MC-Basic:COMPSET
Language: | English • 中文(简体) |
---|
This command defines the comp table source and target axes.
<comptablename> 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
Since Version 3.6.20
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)