TABLE OF CONTENTS


dimref

NAME

::guib::moduleObj::dimref -- the dimref GUIB keyword

USAGE

dimref dimIdent index

DESCRIPTION

-- GUIB keyword !!!

    Keyword "dimref" is meant for querying the real name of the dimension'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(dimIdent,$index)).

RETURN VALUE

The real name of a dimIdent(index).

EXAMPLE

set realName($index) [dimref dimIdent $index]