asiGetAnalysisParamNameList
asiGetAnalysisParamNameList(o_analysis) =>l_analysisParamNameList/nil
Description
Returns a concatenated list of fields and options defined for an analysis object.
Arguments
Value Returned
|
A concatenated list of fields and options defined for the analysis object. |
|
Examples
The following function displays the names of fields and options defined for tran analysis in a list:
analysis = asiGetAnalysis( session 'tran )
asiGetAnalysisParamNameList(analysis)
Related Topics
Return to top