HIGH/de

From MCS Wiki AVR
< HIGH
Revision as of 19:14, 15 February 2013 by Admin (Talk | contribs)
Jump to: navigation, search

Contents

= (**COPIED FROM ENGLISH PAGE**) === Action

Retrieves the most significant byte of a variable.

 

 

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

Database error

Revision as of 19:14, 15 February 2013 by Admin (Talk | contribs)
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