TABLE OF CONTENTS


varref

NAME

::guib::moduleObj::varref -- the varref GUIB keyword

USAGE

varref varIdent

DESCRIPTION

-- GUIB keyword !!!

    Keyword "varref" is meant for querying the real name of the 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(varIdent)).

RETURN VALUE

The real name of a variable.

EXAMPLE

set realName [varref varIdent]