HIGH/de

From MCS Wiki AVR
< HIGH(Difference between revisions)
Jump to: navigation, search
(Remarks)
(Example)
 
(One intermediate revision by one user not shown)
Line 38: Line 38:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">See also</span> =
+
= <span class="f_Header">Siehe auch</span> =
  
 
[[LOW]]&nbsp;,&nbsp;[[HIGHW]]
 
[[LOW]]&nbsp;,&nbsp;[[HIGHW]]
Line 46: Line 46:
 
<span style="font-family: Arial;">&nbsp;</span>
 
<span style="font-family: Arial;">&nbsp;</span>
  
= <span class="f_Header">Example</span> =
+
= <span class="f_Header">Beispiel</span> =
  
 
<br/><source lang="bascomavr">
 
<br/><source lang="bascomavr">

Latest revision as of 19:33, 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.

 

 

Siehe auch

LOW , HIGHW

 

 

Beispiel


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
Database error - MCS Wiki AVR

Database error

(Difference between revisions)
Jump to: navigation, search
A database query syntax error has occurred. This may indicate a bug in the software. The last attempted database query was:
(SQL query hidden)
from within function "". Database returned error "1020: Record has changed since last read in table 'avr_page' (localhost)".
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language