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

From SoftMC-Wiki
Jump to: navigation, search
(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…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

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