asiSetAnalysisFieldVal
asiSetAnalysisFieldVal(o_analysis s_fieldName g_value) =>g_value/nil
Description
Sets the value for a field of an analysis.
Arguments
Value Returned
Examples
The following example sets the from field to 5n:
analysis = asiGetAnalysis(session 'tran)
asiSetAnalysisFieldVal( analysis 'from "5n" )
Related Topics
Return to top