MC-Basic:SYSTEM.NAME

From SoftMC-Wiki
Revision as of 14:29, 28 May 2014 by Lisa (talk | contribs)
Jump to: navigation, search

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

Examples

System.Name = “XY Table”

?System.name

See Also