Difference between revisions of "MC-Basic:COMPSET"

From SoftMC-Wiki
Jump to: navigation, search
m
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This command defines the comp table source and target axes .
+
This command defines the comp table source and target axes.
  
<comp table name> is the predefined comp variable
+
<''comptablename''> is the predefined comp variable
  
 
<''A1…An''> defines the source axes.
 
<''A1…An''> defines the source axes.
Line 22: Line 22:
  
 
|RANGE=
 
|RANGE=
<''A1`,A2`,….An` ''> : 2 to MaxLong
+
<''A1`,A2`,….An` ''>: 2 to MaxLong
  
 
|UNITS=
 
|UNITS=

Revision as of 12:36, 20 March 2014

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

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)

See Also