Contents - Index


NPARAMETRICROWS

 

NPARAMETRICTROWS requires one string argument which should be a string constant or string variable this provides the name of one of the Parametric tables.  The names are listed on the tabs in the Parametric window.  The function returns the number of rows in the specified Parametric Table.  If the table does not exist, the function call will return 0.

 

Example:  

 

NC=nparametricrows('Table 1') "number of columns in the Parametric table named 'Table 1'"

 

 

See also:    NPARAMETRICCOLUMNS

 Mathematical Functions