OCT$( number )
MMbasic 4.5: Returns a string giving the octal (base 8) representation of ‘number’.
PRINT OCT$(32)
40
OCT$( number [, chars])
MMbasic 5.0: Returns a string giving the octal (base 8) representation of ‘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$
HEX$
LEN
STR$
TIME$
VAL
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Leave a Reply