<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > BuiltIn Functions > Numeric functions > HIWRD |
Description
Return the highest word part of a 32 bit number.
Syntax
n = HIWRD(32BitNumExp)
Returns
Number
Parameters
Name |
Type |
Optional |
Meaning |
32BitNumExp |
Number |
No |
A numeric expression (internally transformed into a 32 bit number) whose higher word part will be taken |
Remarks
Restrictions
See also
Examples