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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= ?<''cam''>.CamID<br> |AVAILABILITY= |DESCRIPTION= Returns the unique ID number of the cam table. Typically the first cam table created in...")
 
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:cam.CAMID}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 07:27, 25 April 2017

Language: English  • 中文(简体)‎

Returns the unique ID number of the cam table. Typically the first cam table created in the system has ID 1 and so on ....

Syntax

?<cam>.CamID

Type

Long

Range

1 to MaxLong

Default

none

Scope

Configuration, Task or Terminal

Limitations

Read-Only

Examples

?Cam1.CamId

See Also