Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>l2bin()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
L2BIN()


Syntax:     L2BIN(<expN>)

Purpose:    To convert an integer numeric value to a character string
            formatted as a 32-bit binary integer--least significant byte
            first.

Argument:   <expN> is the numeric value to convert.  Note that
            decimal digits are truncated.

Returns:    A character string.

            L2BIN() returns a four-byte character string formatted as a
            32-bit binary integer.

Usage:      L2BIN() is used in combination with FWRITE() to write binary
            values to a DOS file.

Library:    EXTEND.LIB

Source:     EXAMPLEA.ASM


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

   ? BIN2L(L2BIN(1200))       && Result: 1200


See Also: BIN2I() BIN2L() BIN2W() CHR() FWRITE() I2BIN()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson