Difference between revisions of "MC-Basic:COMPSET"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= CompSet <''comptablename''> <''A1 … An''> on <''A1` … An''`> |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= This command defines…') |
m (1 revision) |
(No difference)
|
Revision as of 16:10, 13 December 2010
This command defines the comp table source and target axes .
<comp table name> is the predefined comp variable
<A1…An> defines the source axes.
<A1`…An`>defines the target axes respectively.
Syntax
CompSet <comptablename> <A1 … An> on <A1` … An`>
Availability
Versions 3.6.20 and higher
Type
<A1,A2,…An>: Long
Range
<A1`,A2`,….An` > : 2 to MaxLong
Scope
Task and Terminal
Limitations
The Comp table must not be in use (CompActive=0)
Examples
CompSet Comp1 A1, A3, A4 on A2, A6, A5
(Will set sources A1 A3 A4 and targets A2 A6 A5 respectively)