MC-Basic:COMMON SHARED ... AS COMP

From SoftMC-Wiki
Revision as of 14:48, 23 November 2016 by Rasty (talk | contribs) (added xreference)
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

Since Version 3.6.20

Scope

Configuration, Task , Terminal

Since Version 4.5.17 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