HIGH/de

(Difference between revisions)
Jump to: navigation, search
((**COPIED FROM ENGLISH PAGE**) =)
(Remarks)
Line 15: Line 15:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">Remarks</span> =
+
= <span class="f_Header">Anmerkungen</span> =
 
<div style="padding: 0px; margin: 0px 0px 0px 4px;">
 
<div style="padding: 0px; margin: 0px 0px 0px 4px;">
 
{| width="485" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;"
 
{| width="485" cellspacing="0" cellpadding="1" border="1" style="border: 2px solid rgb(0, 0, 0); border-spacing: 0px; border-collapse: collapse;"
Line 23: Line 23:
  
 
| valign="top" width="89%" style="width: 431px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="89%" style="width: 431px; border: 1px solid rgb(0, 0, 0);" |  
The variable that is assigned with the MSB of var S.
+
Eine Variable die das MSB von S aufnimmt.
  
 
|- style="vertical-align: top;"
 
|- style="vertical-align: top;"
Line 30: Line 30:
  
 
| valign="top" width="89%" style="width: 431px; border: 1px solid rgb(0, 0, 0);" |  
 
| valign="top" width="89%" style="width: 431px; border: 1px solid rgb(0, 0, 0);" |  
The source variable to get the MSB from.
+
Die Quellvariable von der das MSB kopiert wird.
  
 
|}
 
|}

Revision as of 21:32, 23 February 2013

Contents

Funktion

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

 

 

Syntax

var = HIGH( s )

 

 

Anmerkungen

Var

Eine Variable die das MSB von S aufnimmt.

S

Die Quellvariable von der das MSB kopiert wird.

 

 

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