Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - b2bin() converts a byte into a string 1 byte len http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 B2Bin()                Converts a byte into a string 1 byte len
--------------------------------------------------------------------------------

   Syntax:              B2Bin( <nValue> ) --> <cValue>


   Parameters:

     < nValue >         This is a number which is converted to a BYTE string

   Returns:

   <cValue>             The equivalent <nValue> as a string.

   Sample:              local cVar := B2Bin( 1 )

   Source code:         SOURCE\\WINAPI\\b2bin.c


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