BIN
s = BIN (x)
Returns the binary value of x
as string.
Example
print hex(255) ' output: FF
print bin(8) ' output: 1000
print oct(16) ' output: 20
Code samples using BIN
3d block lettes.bas
anomail.bas
Ball.bas
base64.bas
bezier_pen.bas
biorythms.bas
cgi_counter.bas
Charmap.bas
Charts.bas
Colors.bas
counter.bas
Euro_calculator.bas
fibanacci3.bas
fizzle.bas
Fractal_Tree.bas
hex.bas
Hexagon.bas
loadsavebmp.bas
loadsavebmp_fltk.bas
memoryTest.bas
memorytest.bas
pdocview.bas
shooter.bas
Simple_3D.bas
Sketch.bas
Sound.bas
space shooter.bas
sudoku-solver.bas
temperature.bas
String
ASC
BCS
BIN
CBS
CHOP
CHR
DISCLOSE
ENCLOSE
FORMAT
HEX
INSTR
JOIN
LCASE
LEFT
LEFTOF
LEFTOFLAST
LOWER
LTRIM
MID
OCT
REPLACE
RIGHT
RIGHTOF
RIGHTOFLAST
RINSTR
RTRIM
SINPUT
SPACE
SPC
SPLIT
SPRINT
SQUEEZE
STR
STRING
TRANSLATE
TRIM
UCASE
UPPER
VAL
If there is insufficient information on this page and you wish learn more about BIN,
please send an email to smallbasic@gmail.com. You can help to improve information about
BIN by submitting a pull request,
click View Source for details. Note, an offline language reference text file is also available - see the Download section.