HEX
Returns an 8 character string equivalent to the hexadecimal representation of the number.
Example
PRINT HEX(4919)
LINE BREAK
DEF var#=HEX(4919)
PRINT var#
Output
00001337
00001337
00001337
Put down that phone!
Please view me on real computer.
Returns an 8 character string equivalent to the hexadecimal representation of the number.
PRINT HEX(4919)
LINE BREAK
DEF var#=HEX(4919)
PRINT var#