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

From SoftMC-Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SPACE$}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 41: Line 42:
 
* [[MC-Basic:STRING$|STRING$]]
 
* [[MC-Basic:STRING$|STRING$]]
  
[[Category:Axystems:MC-Basic:String_Manipulation|SPACE$]]
+
[[Category:MC-Basic:String Manipulation|SPACE$]]
 
}}
 
}}

Latest revision as of 06:13, 28 April 2017

Language: English  • 中文(简体)‎

SPACE$ generates a string consisting of the specified number of blank spaces.

Syntax

SPACE$(<number>)

Availability

All versions

Type

<return value>: String
<number>: Long

Range

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

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

Test = “First”;Space$(10);”Next”

First          Next

See Also