Difference between revisions of "MC-Basic:cam.PREVIOUS.NAME"

From SoftMC-Wiki
Jump to: navigation, search
Line 36: Line 36:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:cam.NEXT|cam.NEXT]]
 
* [[MC-Basic:cam.NEXT|cam.NEXT]]
* [[Axystems:MC-Basic:cam.PREVIOUS|cam.PREVIOUS]]
+
* [[MC-Basic:cam.PREVIOUS|cam.PREVIOUS]]
  
  
 
}}
 
}}

Revision as of 08:49, 22 May 2014

This query is used to read the name of the cam table that precedes the current cam table.

Short form

<cam>.Prev.Name

Syntax

?<cam>.Previous.Name

Availability

All versions

Range

Existing cam table

Scope

Configuration, Task or Terminal

Limitations

  • Read only.
  • The value returned from this query cannot be used in expressions.

Examples

?Cam1.prev.Name

See Also