Hex()
Syntax
Result$ = Hex(Value)
Description
Convert a numeric number into a string, in hexadecimal format. Example : a$ = Hex(12) ; a$ will be "C"
a$ = Hex(12) ; a$ will be "C"
Supported OS
Windows, AmigaOS, Linux