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

 DESCRIPTION

 C_DEC2HEX() converts a decimal to it's hexadecimal string
 equivalent.

 SYNTAX

 C_DEC2HEX(decimal)

 PARAMETERS

 decimal (N) is the decimal to convert to a hexadecimal string.

 RETURNS

 C_DEC2HEX() returns the hexadecimal equivalent of the specified
 decimal as a character string.

 EXAMPLES

 c_dec2hex(10)  --> A
 c_dec2hex(15)  --> F
 c_dec2hex(255) --> FF


See Also: C_HEX2DEC()

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