Bin$

Cxeno = Bin$ ( Nombro AS Long [ , Ciferoj AS Integer ] ) AS String
Prenas duuman prezenton de nombro.

Se Ciferoj estas specifata, prezento estas donata kun malbezonata nulo por ke Cifefoj ciferoj estas redonata.

Examples

PRINT Bin$(77)
1001101
PRINT Bin$(77, 16)
0000000001001101

See also