AXY:MC-Basic:axis.ATTACHEDTO

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?<a''xis''>.AttachedTo |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= Returns name of the task that the axis is attached to.. If the…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Syntax

?<axis>.AttachedTo

Availability

Versions 3.6.20 and higher

Type

String

Scope

Task, Terminal

Limitations

Read Only

Examples

?A1.AttachedTo

See Also