h2d PowerHome formula function
Description
Converts a hexadecimal string to a decimal number.
Syntax
h2d( hexnum ) 
Argument Description
hexnum String.  The hexadecimal string to convert to a decimal number.
Return value
Unsigned Long.  Returns the converted decimal number 
Usage
None 
Examples
The following examples demonstrate typical syntax/usage for this function.
h2d("D7C")
The above example returns the decimal number 3452