HIGH/de

(Difference between revisions)
Jump to: navigation, search
m (1 revision)
((**COPIED FROM ENGLISH PAGE**) =)
Line 1: Line 1:
== (**COPIED FROM ENGLISH PAGE**) === <span class="f_Header">Action</span> =
+
= <span class="f_Header">Funktion</span> =
  
Retrieves the most significant byte of a variable.
+
Gibt das höherwertige Byte (MSB) einer Variable zurück.
  
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>

Revision as of 21:31, 23 February 2013

Contents

Funktion

Gibt das höherwertige Byte (MSB) einer Variable zurück.

 

 

Syntax

var = HIGH( s )

 

 

Remarks

Var

The variable that is assigned with the MSB of var S.

S

The source variable to get the MSB from.

 

 

See also

LOW , HIGHW

 

 

Example


Dim I As Integer , Z As Byte
I = &H1001
Z = High(i) ' is 10 hex or 16 dec
End

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language