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