Contents - Index


TABLERUN#

 

TABLERUN# returns the Parametric Table run number during calculations, i.e., the current row in the Parametric Table.  The name of the Parametric Table that is currently being used is accessed with the TABLENAME$ function.

 

This function has no arguments and it should only be used only when calculations are initiated with the Solve Table or Min/Max Table command in the Calculate menu.

 

Use of TableRun# has some side effects, which include increasing computational time.  When it is necessary to refer to the row (run) in the Parametric table, it is better to use a variable, e.g., TableRun, in your program.  Include TableRun in the Parametric Table and assign values to it that correspond to the row number in the table. This function may be removed in future versions.

 

 

Mathematical Functions