MC-Basic:COMMON SHARED ... AS COMP

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= COMMON SHARED <''Comp''_''name''> AS COMP |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= Defines a Compensation table in the system.…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Defines a Compensation table in the system. The command creates an empty table.

Syntax

COMMON SHARED <Comp_name> AS COMP

Availability

Versions 3.6.20 and higher

Scope

Configuration, Task , Terminal

Since AMCS 0.4.5.17 version the global (common shared ) declaration is possible from the Library context also .

Limitations

Compensation table can only be defined as a global variable

Examples

--> Common shared comp1 as comp

See Also