Difference between revisions of "MC-Basic:CAMLIST"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?CamList ''{<cam>}'' |AVAILABILITY= All versions |DESCRIPTION= This query returns a list of the CAM table names defined in the system. If wil…')
 
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:CAMLIST}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This query returns a list of the CAM table names defined in the system. If wildcards are used, the query returns the proper existing CAM names.
+
This query returns a list of the cam table names defined in the system. If wildcards are used, the query returns the appropriate existing cam table names.
  
 
|TYPE=
 
|TYPE=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:CREATECAMDATA|CREATECAMDATA]]
+
* [[MC-Basic:CREATECAMDATA|CREATECAMDATA]]
* [[Axystems:MC-Basic:DELETECAM|DELETECAM]]
+
* [[MC-Basic:DELETECAM|DELETECAM]]
 
 
  
 +
[[Category:MC-Basic:Declarations|CAMLIST]]
 
}}
 
}}

Latest revision as of 01:44, 26 April 2017

Language: English  • 中文(简体)‎

This query returns a list of the cam table names defined in the system. If wildcards are used, the query returns the appropriate existing cam table names.

Syntax

?CamList {<cam>}

Availability

All versions

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

?Camlist

?camlist cam*

See Also