Bin

From REALbasicWiki

Jump to: navigation, search
Overall article skill Skill ranges from beginner (green) to expert (red)

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)
Personal tools
related