Parent Topic: Language

SET

The SET statement associates a layer variable with a channel on the file or a numeric variable with value. The value can either be a constant or come from an entry in the parameter file.

 Syntax:   SET %x = n ;
           SET #x = parm(n);

 Example:  set %trees   = 1;
           set #minimum = imstat(11);
           set #maximum = 23.5;

Parent Topic: Language
About PCI Help Gateway