ColumnMax
%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
StructVar | Object of Structured variable type. |
Column | Column name. |
Example
%ColumnMax(SV.Structure^Int)
Related pages: