Difference between revisions of "MC-Basic:COMMON SHARED ... AS COMP"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 40: Line 40:
 
* [[Axystems:MC-Basic:LOADCOMPDATA|LOADCOMPDATA]]
 
* [[Axystems:MC-Basic:LOADCOMPDATA|LOADCOMPDATA]]
  
 
+
[[Category:Axystems:MC-Basic:Declarations|COMMON SHARED ... AS COMP]]
 
}}
 
}}

Revision as of 15:12, 17 March 2014

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