Difference between revisions of "MC-Basic:element.ATTACHEDTO"

From SoftMC-Wiki
Jump to: navigation, search
(new page)
 
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:element.ATTACHEDTO}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 03:19, 5 September 2017

Language: English  • 中文(简体)‎

Returns name of an attached task to the given element.
Note - If a group is not attached but the axes belonging to it are, the list of active axes and their tasks is returned. If the element is not attached to any program, an empty string is returned.

Syntax

?<element>.AttachedTo

Availability

Since Version 3.6.20

Type

String

Scope

Configuration (for group only), Task, Terminal

Limitations

Read Only

Examples

Axis
?A1.AttachedTo

Group
?G1.AttachedTo