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