PslSetOptions()
Set the run-time options for the calling PSL process to the specified value.
Syntax
Parameter
Parameter | Definition |
---|---|
options | integer value that specifies the options *Valid Values* |
Description
Use the PslSetOptions() function to set the run-time options for the calling PSL process to the specified value. The current value of the options mask is always returned. If no argument is given, then the process options are not changed; this is useful if you just want to retrieve the current options mask. This function is useful only if the PSL script uses the XPC (external PSL call) server.
Example
The following is an example of the PslSetOptions() function: