| UtilsLib REALbasic Plugin |
|
LoWord Method
To obtain least-significant 16 bits of 32-bit operand, use the HiWord function
LoWord(
value as Integer) as Integer
Parameters
- value
- 32-bit source operand
Returns
- Integer
Remarks
returns a integer - low-order 16-bit word of a 32-bit value.
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86
See Also
GlobalMethods Global