asiSetAnalysisOptionChoices
asiSetAnalysisOptionChoices(
o_analysis
s_optionName
l_choices
)
=> l_choices / nil
Description
Specifies the list of choices for an analysis option that is set up as a list box.
Arguments
|
o_analysis
|
Specifies an analysis object.
|
|
s_optionName
|
Name of an analysis option of the type listBox.
|
|
l_choices
|
List of choices for the analysis option.
|
Value Returned
|
l_choices
|
Returns the new list of choices for the analysis option.
|
|
nil
|
The option does not exist.
|
Related Topics
asiSetAnalysisFormFieldVal
asiGetAnalysis
Return to top