Bin$ (integer)
Parameters
integer = any valid integer or integer variable
Description
Converts integer values into binary values. If you don't know what binary is, you don't need to know this command :)
Example
intValue="64738"
Print "The binary value of "+intValue+" is: " + bin$(intValue)
Index
Click
here
to view the latest version of this page online