Hex()
Syntax
Result$ = Hex(Value)Description
Convert a numeric number into a string, in hexadecimal format. Larger numbers (Quads) can be handled by the HexQ() command.
Example :Debug Hex(12) ; Will dipslay "C"Note: If leading zero are needed in the output string, use the RSet() command as follows:Debug RSet(Hex(12),4,"0") ; Will dipslay "000C"
Supported OS
All