Difference between revisions of "MC-Basic:cam.NEXT"
(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…') |
|||
| (9 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Languages|MC-Basic:cam.NEXT}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
| Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
| − | '' | + | <''cam''>.Next = <''cam''> |
|AVAILABILITY= | |AVAILABILITY= | ||
| Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| − | This property is used to identify the | + | This property is used to identify the cam table that comes after the current cam table. |
|TYPE= | |TYPE= | ||
| Line 16: | Line 17: | ||
|RANGE= | |RANGE= | ||
| − | Existing | + | Existing cam table |
|UNITS= | |UNITS= | ||
| Line 28: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
| − | + | Cam table cannot be in use. | |
|EXAMPLE= | |EXAMPLE= | ||
| Line 34: | Line 35: | ||
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:cam.NEXT.NAME|cam.NEXT.NAME]] |
| − | * [[ | + | * [[MC-Basic:cam.PREVIOUS|cam.PREVIOUS]] |
}} | }} | ||
Latest revision as of 08:51, 23 February 2018
| Language: | English • 中文(简体) |
|---|
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