Difference between revisions of "MC-Basic:CAMLIST"

From SoftMC-Wiki
Jump to: navigation, search
Line 37: Line 37:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:CREATECAMDATA|CREATECAMDATA]]
 
* [[MC-Basic:CREATECAMDATA|CREATECAMDATA]]
* [[Axystems:MC-Basic:DELETECAM|DELETECAM]]
+
* [[MC-Basic:DELETECAM|DELETECAM]]
  
 
[[Category:Axystems:MC-Basic:Declarations|CAMLIST]]
 
[[Category:Axystems:MC-Basic:Declarations|CAMLIST]]
 
}}
 
}}

Revision as of 08:37, 22 May 2014

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