HIGHW/de

From MCS Wiki AVR
< HIGHW
Revision as of 19:35, 23 February 2013 by Galahat (Talk | contribs)
Jump to: navigation, search

Contents

Funktion

Gibt das höherwertige WORD eines LONG zurück.

 

 

Syntax

var = HIGHW( s )

 

 

Remarks

Var

The variable that is assigned with the MS word of var S.

S

The source variable to get the MSB from.

 

There is no LowW() function. This because when you assign a Long to a word or integer, only the lower part is assigned. For this reason you do not need a Loww() function. W=L will do the same.

 

 

See also

LOW , HIGH

 

 

Example


Dim X As Word , L As Long
L = &H12345678
X = Highw(l)
Print Hex(x)

Languages   English Deutsch  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language
Database error - MCS Wiki AVR

Database error

Revision as of 19:35, 23 February 2013 by Galahat (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