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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
?<a''xis''>.AttachedTo
+
?<''axis''>.AttachedTo
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
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.
  
 
|TYPE=
 
|TYPE=

Revision as of 15:37, 17 March 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

Versions 3.6.20 and higher

Type

String

Scope

Task, Terminal

Limitations

Read Only

Examples

?A1.AttachedTo

See Also