Difference between revisions of "MC-Basic:BIN$"
m |
m (Text replace - "Versions 4.0.0 and higher" to "Since Version 4.0.0") |
||
Line 7: | Line 7: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 4.0.0 | |
|DESCRIPTION= | |DESCRIPTION= |
Revision as of 14:06, 20 March 2014
BIN$ returns the string representation of a number in a binary format.
Syntax
BIN$(<number>)
Availability
Since Version 4.0.0
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