TABLE OF CONTENTS


tableref

NAME

::guib::moduleObj::tableref -- the tableref GUIB keyword

USAGE

tableref tableIdent irow icol

DESCRIPTION

-- GUIB keyword !!!

    Keyword "tableref" is meant for querying the real name of table's variable.
    Namely, the variable names as specified by the -variable option of the
    GUIB keywords are only symbolic names. The actual names are the one of the
    the _guibVar array (e.g. _guibVar(tableIdent,$irow,$icol)).

RETURN VALUE

The real name of a tableIdent(irow,icol).

EXAMPLE

set realName($irow,$icol) [tableref tableIdent $irow $icol]