Last Modified: 9/4/2021
Converts a numerical value into into binary and stores the value in a String variable.
| Name | Type | Required | Description |
| Number | Integer, Long, Constant | Yes | The numerical value or non-String variable to convert to binary. |
| Syntax: Bin$(<Number>) |
|
b$ = Bin$(16) Print b$ |