Contents - Index


TABLETABNAME$

 

The TableTabName$ function requires one parameter (the tab number) and returns the name of the Parametric table (which is shown on the tab at the top of the table) for the specified tab number.  The first tab is tab 1.  If the specified Parametric table does not exist, TableTabName$ will return an empty string.  If 0 is supplied for the parameter, the function will return the name of the Parametric table that is foremost.

 

Example:

 

t=1

T$=tabletabname$(t)    "T$ is a string variable that holds the name of the first Parametric table "

 

 

See also:  LookupTabName$

                PlotTableName$