[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LO                    Return Lo Order Byte of Integer                pp 143

 Syntax:  Lo (IntVar) ;

 Type:    Integer

 Form:    Function

 Purpose: Lo order byte of argument becomes lo order byte of result.
          The hi order byte of result is zero.  The result is type Integer.

 Usage:
       VAR
          IntVar : Integer      ;        { Integer argument value }
          Result : Integer      ;        { Integer result         }

       BEGIN
          IntVar := $FF0F       ;        { Set hi and lo argument }
          Result := Lo (IntVar) ;        { Result = $000F         }
       END.

See Also: Hi MsDos Swap
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson