Difference between revisions of "MC-Basic:compTable.CompID"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= ? <''Compensation Table''>.CompID |AVAILABILITY= |DESCRIPTION= Returns unique ID of the given compensation table. |TYPE= Long |RANGE= 1...")
 
 
Line 1: Line 1:
 +
{{Languages|MC-Basic:compTable.CompID}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Latest revision as of 06:12, 3 May 2017

Language: English  • 中文(简体)‎

Returns unique ID of the given compensation table.

Syntax

? <Compensation Table>.CompID

Type

Long

Range

1 to 64k

Scope

Terminal or Task

Limitations

Modal Only, Read only

Examples

-->common shared ccc as comp
-->?ccc.compid
2