Difference between revisions of "AXY:MC-Basic:axis.ATTACHEDTO"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.ATTACHEDTO to MC-Basic:axis.ATTACHEDTO: Global renaming of Axystems: namespace into (Main):)
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:group.ATTACHEDTO|group.ATTACHEDTO]]
+
* [[MC-Basic:group.ATTACHEDTO|group.ATTACHEDTO]]
  
  
 
}}
 
}}

Revision as of 08:50, 22 May 2014

Returns the name of the task to which the axis is attached. If the axis is not attached to any program, an empty string is returned.

Syntax

?<axis>.AttachedTo

Availability

Since Version 3.6.20

Type

String

Scope

Task, Terminal

Limitations

Read Only

Examples

?A1.AttachedTo

See Also