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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
Line 30: Line 30:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 13:48, 18 March 2014

STR$ returns the string representation of a number.

Syntax

STR$(<number>)

Availability

All versions

Type

<return value>: String
<number>: Double

Range

<return value>: String
<number>: 0 to MaxDouble

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

-->I1=12345
-->PRINT STR$(i1)+"A"
12345A

See Also