asiSetHighPerformanceOptionVal
asiSetHighPerformanceOptionVal( s_sessionNames_varName s_varValue) =>t_Value/nil
Description
Sets the value for the specified High Performance option variable.
Arguments
|
Name of the variable in the High Performance Option form that you want to set. |
|
Value Returned
Examples
Sets the value of the variable uniMode to APS for spectre class or AMS class.
Session = asiGetCurrentSession()
asiSetHighPerformanceOptionVal(Session 'uniMode "APS")
=> "APS"
Return to top