Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>hex2dec() miscellaneous function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  HEX2DEC()                                           Miscellaneous Function
 Purpose..: Convert a hexadecimal string to a decimal
-------------------------------------------------------------------------------
 Syntax...: Hex2Dec( <cHexNum> ) --> nDecNum

 Arguments: <cHexNum> = String to turn into a decimal number.

 Returns..: nDecNum

 Remark...: It turns a hexadecimal string into a decimal number.

 Source...: HEX2DEC.C
-------------------------------------------------------------------------------
 Example..: ? Hex2Dec( "3C" )    // prints 60

See Also: Dec2Hex()

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