Difference between revisions of "MC-Basic:BIN$"
m (Text replace - "Versions 4.0.0 and higher" to "Since Version 4.0.0") |
m (Miborich moved page Axystems:MC-Basic:BIN$ to MC-Basic:BIN$: Global renaming of Axystems: namespace into (Main):) |
(No difference)
|
Revision as of 08:35, 22 May 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