Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_num2bin() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_NUM2BIN()

 DESCRIPTION

 C_NUM2BIN() converts a number to it's 16 bit binary equivalent.

 SYNTAX

 C_NUM2BIN(number)

 PARAMETERS

 number (C) is the number to convert.

 RETURNS

 C_NUM2BIN() returns the binary equivalent of the specified number
 as a character string.

 EXAMPLES

 c_num2bin(3)--> 0000000000000011


See Also: C_BIN2NUM()

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