TABLE OF CONTENTS
tableset
NAME
::guib::moduleObj::tableset -- the tableset GUIB keyword
USAGE
tableset tableIdent irow icol what value
DESCRIPTION
-- GUIB keyword !!!
Keyword "tableset" is meant for setting the "GUIB" table'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(tableIdent,$irow,$icol)).
ARGUMENTS
tableIdent -- the GUIB-table's identifier irow icol -- the irow,icol'th element of the table what -- what to set -value|-textvalue value -- value to assign to the $tableIdent($irow,$icol) variable
RETURN VALUE
The textvalue of the set variable.
EXAMPLE
tableset tableIdent $irow $icol -textvalue "yes"