Equinox Online Help - Language Reference - A to Z
HexNum |
|
|---|---|
| Applies to | ![]() |
| Syntax | HexNum (HexStringExpression) |
| Action | [Function] Returns a number from a hexadecimal string. |
| Scope | Usable 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. |
| Category | Conversions |
| 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") |
