ColumnSum
%ColumnSum function
Function
The function returns the sum of the valid values in the specified structured variable column.
Result is a real number.
Declaration
REAL %ColumnSum(
in StructVar^
Column
)
Parameters
StructVar | Object of Structured variable type. |
Column | Column name. |
Note
The function sets the user values as a sum for resulting value
Example
%ColumnSum(SV.Structure^Int)
Related pages: