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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<cam>''" to "<''cam''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<cam>''.Prev.Name
+
<''cam''>.Prev.Name
  
 
|SYNTAX=
 
|SYNTAX=
?''<cam>''.Previous.Name
+
?<''cam''>.Previous.Name
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 11:24, 17 March 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