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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "declaration is possible from the Library context also ." to "declaration is also possible from the Library context.")
m (Text replace - "Versions 3.6.20 and higher" to "Since Version 3.6.20")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.6.20 and higher
+
Since Version 3.6.20
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 13:49, 20 March 2014

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

Syntax

COMMON SHARED <Comp_name> AS COMP

Availability

Since Version 3.6.20

Scope

Configuration, Task , Terminal

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

Limitations

Compensation table can only be defined as a global variable

Examples

--> Common shared comp1 as comp

See Also