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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<cam>''" to "<''cam''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
''<cam>''.prev = ''<cam>''
+
<''cam''>.prev = <''cam''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 11:23, 17 March 2014

This property is used to identify the CAM table that precedes the current CAM table.

Short form

Prev

Syntax

<cam>.prev = <cam>

Availability

All versions

Type

CAM

Range

Existing CAM table

Scope

Configuration, Task or Terminal

Limitations

CAM table cannot be in use.

Examples

Cam1.Prev = Cam2

See Also