Defined in scripts for the Page Element Determinations.

You will find a general example for the use of gSeq here.

Defined in scripts for the Page Element Determinations. At script start, the variable contains the number of the page element that will be used next. The value at the end of the script is used as the desired new sequence number.

On the first page, the product build-up should start only at the second page element.

int main ()
{
    if (gPageNum == 1 && *gSeq == 1) *gSeq = 2;
return 0; }

Alphabetic index HTML hierarchy of classes or Java