MC-Basic:cam.NEXT

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ''<cam>''.Next = ''<cam>'' |AVAILABILITY= All versions |DESCRIPTION= This property is used to identify the CAM table that succeeds the curren…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This property is used to identify the CAM table that succeeds 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