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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "CAM table" to "Cam table")
m
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This property is used to identify the Cam table that succeeds the current Cam table.
+
This property is used to identify the Cam table that comes after the current Cam table.
  
 
|TYPE=
 
|TYPE=

Revision as of 11:17, 20 March 2014

This property is used to identify the Cam table that comes after the current Cam table.

Syntax

<cam>.Next = <cam>

Availability

All versions

Type

CAM

Range

Existing Cam table

Scope

Configuration, Task or Terminal

Limitations

Cam table cannot be in use.

Examples

Cam1.Next = Cam2

See Also