Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - ch_valh( <chex> ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
CH_VALH( <cHex> )


Parameters

<cHex>
Hexadecimal string to convert.


Returns

Decimal number.


Description

The hexadecimal string may be up to 12 characters long. Anything higher 
will result in a numeric overflow. Sign is ignored. The hexadecimal 
string is evaluated from right to left, so leading zeros and spaces are 
not significant.


Example

? CH_VALH('010A')
266



See Also: CH_STRH()

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