[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson