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

         Converts a decimal number into a binary string.

    Syntax:

         Dec2Bin ( nDec ) -> cBinary

         nDec : The decimal number to convert.

    Description:

         Converts a number in decimal base into a string in binary base.

    Return:

         The binary string.

    Example:

         ? Dec2Bin ( 10 )   //   "1010"

See Also: Hex2Dec() Byte2Hex() Byte2Bin()

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