Bin
From REALbasicWiki
| Overall article skill | ✭ |
Bin returns the binary representation of the value passed as a String.
[edit] Prototype
Function Bin(value as integer) as String
[edit] Discussion
Although not documented, it appears that Bin is overloaded to handle the various integer datatypes.
[edit] Sample Code
dim s as String = Bin(47)
