TABLE OF CONTENTS


table

NAME

::guib::moduleObj::table -- the table GUIB keyword

USAGE

table { ...options... }

DESCRIPTION

-- GUIB keyword !!!

    Keyword "table" is meant for processing a 2D dimension (i.e 2D

array). The "table" is like a FORTRAN 2D dimension (i.e. coor(1,1), coor(1,2), ...). Typical usage of table is, for example, the specification of atomic coordinates. For the description of all dimension options see in the guib-keywords-def.tcl file the definition of options(table) variables.

RETURN VALUE

None.

EXAMPLE

table {

       ...options...

}