Specifying Particular Elements (AnalyseGE form)


If you are entering an expression into the memo on the AnalyseGE form, and want to specify a particular element, you can use

(Choose, c, com = C3Wool)

in place of an All quantifier. For example

(Choose,c,COM = C3Wool)(All,i,IND) INTDOM(c,i)

will just give the INTDOM values for c=C3Wool. The expression above has the same effect as

(All,i,IND) INTDOM("C3Wool",j)

Using Choose may be the easier option if you are copying a long expression from the TABLO Input file. [The alternative is to replace all occurrences of the specified index by the element name in quotes.]

The syntax of these CHOOSE selectors is

(Choose, <index>, <set_name> = <element_name> )

Note that the element name is not put in quotes after the "=" in the Choose selector.



URL of this topic: www.copsmodels.com/webhelp/analysege/hc_specify.htm

Link to full GEMPACK Manual

Link to GEMPACK homepage