Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>hex$ hexadecimal value, as string</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
HEX$                     Hexadecimal Value, as String

 s$ = HEX$(numexpr)

    Returns, as a string, the hexadecimal value of its argument.

   --------------------------------------------------------------------------

     numexpr    A numeric expression in the range -32768 to 32767.

      Notes:    If numexpr is negative, HEX$ returns a two's complement
                value.

                Any fractional portion of numexpr is rounded before
                creation of the string.

See Also: OCT$

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