MC-Basic:BIN$

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= BIN$(<''number''>) |AVAILABILITY= Versions 4.0.0  and higher |DESCRIPTION= BIN$ returns the string representation of a number in a binary fo…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

BIN$ returns the string representation of a number in a binary format.

Syntax

BIN$(<number>)

Availability

Versions 4.0.0  and higher

Type

<return value>: String

<number>: Long

Range

<return value>: N/A

<number>: MinLong to MaxLong

Scope

Configuration, Task or Terminal

Examples

-->myStr = Bin$(58699)

-->?myStr

1110010101001011

See Also