Purpose |
Extract the least significant (low-order) Word from a Long-integer or Double-word (DWORD) value, and return it as an unsigned Word value. LOWRD has been superceded by the LO function, although LOWRD remains supported for a limited period. Existing code should be converted to the new syntax as soon as possible. |
Syntax |
wResult?? = LOWRD(thirtytwobitvalue) |
Remarks |
The value returned by LOWRD is always unsigned, regardless of the sign of the argument. |
See also |