[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Lo                       Returns the Low-Order Byte of an Integer

 Lo(IVal : Integer) : Integer;                                           [TP]

    Returns the low-order (lower) byte of IVal.

            IVal    Any integer expression.

           Note:    The low-order byte of the result will contain the low-
                    order byte of IVal. The high-order byte of the result
                    will be 0.

  -------------------------------- Example ---------------------------------

           I := Lo(19);             { I =  19 }
           I := Lo(8192);           { I =   0  }
           I := Lo($9211);          { I =  17 = $11 }

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