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_bin2num() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_BIN2NUM()

 DESCRIPTION

 C_BIN2NUM() converts a 16 bit binary string to it's integer
 equivalent.

 SYNTAX

 C_BIN2NUM(string)

 PARAMETERS

 string (C) is the 16 bit binary string to convert.

 RETURNS

 C_BIN2NUM() returns the integer equivalent of the specified binary string.

 EXAMPLES

 c_bin2num("00000011")   --> 3


See Also: C_NUM2BIN()

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