Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GetIt Reference Guide - syntax: ch_valh(<hexc>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: CH_VALH(<hexC>)

Returns numeric value from hex string.

Example

? CH_VALH("010A")
  266

Notes

The hex string may be up to 12 characters long.  Anything higher will
result in a numeric overflow.  Sign is ignored.

The hex string is evaluated from right to left, so leading zeros and
spaces are not significant.

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