Bin$()
Previous  Next

Description: Converts an integer, long, hex, or decimal value into a binary string.

     Syntax:
     
Bin$(<Number>)

Part
Description
<Number>
Required. This can either be an integer, long, or constant.

Example:

        Print Bin$(&hFF)