Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>hex2dec()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Hex2Dec()

         Converts a hexadecimal string into a decimal number

    Syntax:

         Hex2Dec ( cHex ) -> nDec

         cHex : The hexadecimal string to be converted.

    Description:

         Converts a string in hexadecimal base into a integer in
         decimal base.

    Return:

         The decimal integer.

    Example:

         ? Hex2Dec ( "FA" )

See Also: Dec2Bin() Byte2Hex() Byte2Bin()

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