Description files > FieldIN reference > Control keywords

Control keywords
You can use control keywords to specify scripts that will be triggered by input data. The scripts usually assign values to variables that can be used in other keyword scripts.
You can specify up to three control scripts. To make this possible, i.e. to prevent the script from being overwritten, each control script has a unique name: ScriptHeader, ScriptControl, and ScriptSort.
The start position of LabelStartHeader, LabelStartControl, or LabelStartSort.
Example
The script ScriptHeader is run when the text "JOHN SMITH" is found in position 25.
Click to enlarge
LabelStartHeader  "JOHN SMITH"
PosHeader  25
ScriptHeader {
             $Type="GOLD";
             };
OpenText StreamServe 5.6 Updated: 2013-03-01