asiGetFormFieldVal
asiGetFormFieldVal(r_forms_fieldName) =>g_value/nil
Description
Gets the value of a field on a form.
Arguments
|
Form containing the field. The form can be one of the following: |
|
Value Returned
Examples
asiGetFormFieldVal( form ’RELTOL )
Gets the value of the RELTOL field on the Simulator Options form.
To get the value of a field on the Choosing Analyses form, see the asiGetAnalysisFormFieldVal function.
Return to top