HEX$( number )
MMbasic 4.5: Returns a string giving the hexadecimal (base 16) value for the ‘number’.
PRINT HEX$(90)
5A
HEX$( number [, chars])
MMbasic 5.0: Returns a string giving the hexadecimal (base 16) value for the ‘number’.
‘chars’ is optional and specifies the number of characters in the string with zero as the leading padding character(s).
See also:
ASC
BIN$
CHR$
DATE$
LEN
OCT$
STR$
TIME$
VAL
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Leave a Reply