User Tools

Site Tools


en:tobinary

This is an old revision of the document!


FromBinary (Function)

Format

ToBinary ( numeric_expression )

returns string_expression Description Converts a number to its a string containing a binary value of ones and zeros. Example <code> For t = 0 to 10 print ToBinary(t) next t </code> Results in <code> 0 1 10 11 100 101 110 111 1000 1001 1010 </code> ==== See Also ====

==== History ==== |0.9.9.45|New To Version|

en/tobinary.1471027647.txt.gz · Last modified: 2020/02/28 10:46 (external edit)