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