Equinox Online Help - Language Reference - A to Z

Home

HexNum

Applies to
SyntaxHexNum (HexStringExpression)
Action[Function] Returns a number from a hexadecimal string.
ScopeUsable anywhere.
Notes

This function returns a number from the hexadecimal number in HexStringExpression. Note that Equinox can automatically convert a string containing "0x" followed by a hexadecimal number.

CategoryConversions
See Also Asc, Card, ChoosePrinter, HexStr, Lowercase, Ord, Str, StrCase, StrDate, StrTime, Uppercase
Example

The following method places in the print window the decimal equivalent of the hexadecimal numbers "FFFF" ie 65535.

Print HexNum("FFFF")