BIN$( number )
MMedit 4.5: Returns a string giving the binary (base 2) value for the ‘number’.
PRINT BIN$(77)
1001101
PRINT BIN$(&h77)
1110111
BIN$( number [, chars] )
MMedit 5.0+: Returns a string giving the binary (base 2) 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
CHR$
DATE$
HEX$
LEN
OCT$
STR$
TIME$
VAL
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Leave a Reply