Difference between revisions of "MC-Basic:AXISLIST"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:AXISLIST}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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 proper axes.
+
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.
  
 
|TYPE=
 
|TYPE=
Line 31: Line 32:
  
 
|EXAMPLE=
 
|EXAMPLE=
?AxisList                                         ‘returns a1, a2, a3, a4 in a four-axis system
+
?AxisList
 +
::::returns a1, a2, a3, a4 in a four-axis system
  
 
?axislist a*
 
?axislist a*
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:TASKLIST|TASKLIST]]
+
* [[MC-Basic:TASKLIST|TASKLIST]]
* [[Axystems:MC-Basic:VARLIST|VARLIST]]
+
* [[MC-Basic:VARLIST|VARLIST]]
 
 
  
 +
[[Category:MC-Basic:Declarations|AXISLIST]]
 
}}
 
}}

Latest revision as of 05:44, 24 April 2017

Language: English  • 中文(简体)‎

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