Contents - Index


LookupTabName$

 

The LookupTabName$ function requires one parameter (the tab number) and returns the name of the Lookup 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 Lookup table does not exist, then LookupTabName$ will return an empty string.

 

Example:

 

t=1

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

 

See also:  TableTabName$

                PlotTableName$