BIN$ function
Purpose: BIN$ converts an integer to a binary string.
RetStr$ = BIN$(Integer%)
Parameters:
Return Value:
Example:
DIM RetStr$ RetStr$ = BIN$(12345) PRINT RetStr$
DIM
=
BIN$
(
12345
)
PRINT
Result:
11000000111001