Difference between revisions of "MC-Basic:AXISLIST"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:AXISLIST to MC-Basic:AXISLIST: Global renaming of Axystems: namespace into (Main):)
Line 37: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:TASKLIST|TASKLIST]]
+
* [[MC-Basic:TASKLIST|TASKLIST]]
 
* [[Axystems:MC-Basic:VARLIST|VARLIST]]
 
* [[Axystems:MC-Basic:VARLIST|VARLIST]]
  
 
[[Category:Axystems:MC-Basic:Declarations|AXISLIST]]
 
[[Category:Axystems:MC-Basic:Declarations|AXISLIST]]
 
}}
 
}}

Revision as of 08:42, 22 May 2014

This query returns a comma-separated list of the names of the axes defined in the system. If wildcards are used, the query returns the appropriate axes.

Syntax

?AxisList

Availability

All versions

Scope

Terminal

Examples

?AxisList

returns a1, a2, a3, a4 in a four-axis system

?axislist a*

See Also