MC-Basic:element.ELEMENTNAME

From SoftMC-Wiki
Revision as of 09:52, 24 October 2022 by Hallel (talk | contribs) (Added reference to MC-Basic:axis.AXISNAME page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Returns the element name in a string.

Syntax

?<element>.ElementName

Availability

Since Version 3.6.20

Type

String

Scope

Terminal or Task

Limitations

Modal Only, Read only

Examples

Axis
s = A1.ElementName

Group
t= G1.ElementName

See Also