TABLE OF CONTENTS
tablevalue
NAME
::guib::moduleObj::tablevalue -- the tablevalue GUIB keyword
USAGE
tablevalue tableIdent irow icol
DESCRIPTION
-- GUIB keyword !!!
Keyword "tablevalue" is meant for querying the value of a particular element of table. A typical usage of tablevalue keyword is inside the tracevar scripts.
RETURN VALUE
The value of the tableIdent(irow,icol).
EXAMPLE
set elem(3,1) [tablevalue mytable 3 1]