%ColumnMax function


Function
The function returns the highest value (maximum) of the valid values in the specified structure variable column.
Result is a real number.
Declaration


REAL %ColumnMax(
   in StructVar
^


Column
 )
Parameters


StructVarAn object of Structured variable type.
ColumnColumn name.
Example


%ColumnMax(SV.Structure^Int)