Custom Processing¶
A custom program sequence can be entered when “Enable Custom Processing” is checked. Programs can use the following three types of statements:
variable = expression
Where variable is either a format field name, command file keyword, or a temporary variable name. If variable is a command file keyword then expression must match the rules for that keyword. Otherwise expression should follow the same rules as arithmetic fields.
if ( condition ) { ...statements } else { ...statements }
while ( condition ) { ...statements }
Click OK to keep the settings and close the dialog. Click Cancel to discard the changes and go back to the previous screen.