TABLE OF CONTENTS
dimset
NAME
::guib::moduleObj::dimset -- the dimset GUIB keyword
USAGE
dimset dimIdent index what value
DESCRIPTION
-- GUIB keyword !!!
Keyword "dimset" is meant for setting the "GUIB" dimension's variables. 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)).
ARGUMENTS
dimIdent -- the GUIB-dimensions's identifier index -- the index'th element of the dimension what -- what to set -value|-textvalue value -- value or textvalue (according to what) to set to the $dimIdent($index) variable
RETURN VALUE
The textvalue of the set variable.
EXAMPLE
dimset dimIdent $index "yes"