Difference between revisions of "MC-Basic:SYSTEM.NAME"

From SoftMC-Wiki
Jump to: navigation, search
m (added limitation of string length for system.name)
m
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.NAME}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
  
 
|SYNTAX=
 
|SYNTAX=

Latest revision as of 06:24, 2 May 2017

Language: English  • 中文(简体)‎

This property sets the name of the controller. The query returns the name of the controller. If the no name was set (or an empty string), the reply is, "no name."
<name>: new name to set.

Syntax

Sys.Name = “<name>”

System.Name = “<name>”

?Sys.Name

?System.Name

Availability

Versions 3.1 and higher

Type

<name>: String

Scope

Terminal

Limitations

system.name cannot exceed length of 11 characters.

Examples

System.Name = “XY Table”

?System.name

See Also