MC-Basic:STR$

From SoftMC-Wiki
Revision as of 08:27, 28 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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