%StructRowStatSUM function


Function
The function calculates the sum of all values of the row of the structured variable.
Declaration
REAL %StructRowStatSUM(
       in StructVar[row]^Column, 
   INT in num_cols
 )

Parameters
StructVar Structured variable.
Column Column of the structured variable.
num_cols Number of columns, which are included in calculation. If the parameter is < 0, then all columns from the column defined by the parameter Column will be included in calculation.

Note
The function sets the user values as a sum for resulting value
Example
%StructRowStatSUM(SV.Structure^Int, 2)