| Home | All functions | Categories |
vuHexadecimal(Long), CSTRING
Converts a LONG value into its hexadecimal representation.
| Parameter | Data Type | Description |
|---|---|---|
| LongValue | LONG | The value to convert to hexadecimal |
A CSTRING containing the hexadecimal representation of LongValue.
LongValue = 1234
MESSAGE('Hex value = ' & vuHexadecimal(LongValue)) ! Returns 4D2
| Home | All functions | Categories |