|
| Purpose | With ProcessingOption you can set special processing options. | ||||||||||||||||
| Example | ProcessingOption ReturnOnError=Off ContinueOnPopup=Off | ||||||||||||||||
| Format | ProcessingOption
option=On/Off/value
The option is switched on or off, or a certain value is set. The default for each option is shown below as an example. All options that control the processing of an InputScript are reset to their default value when the InputScript is started. The other options remain valid for the whole session; they should be set in the session script esession.txt. |
||||||||||||||||
| Options |
|
||||||||||||||||
| Tips & Tricks | If you've used the option DebugRFC="ON" before making a functioncall you need to reset the flag DebugRFC="Off" after the function call, since
call
does not reset the flag. Please use the following coding: ProcessingOption
DebugRFC="On" |