Difference between revisions of "MC-Basic:BIN$"

From SoftMC-Wiki
Jump to: navigation, search
Line 47: Line 47:
 
}}
 
}}
  
[[Category:Axystems:MC-Basic:String_Manipulation]]
+
[[Category:Axystems:MC-Basic:String_Manipulation|BIN$]]

Revision as of 10:50, 6 March 2014

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