TABLE OF CONTENTS


dimension

NAME

::guib::moduleObj::dimension -- the dimension GUIB keyword

USAGE

dimension { ...options... }

DESCRIPTION

-- GUIB keyword !!!

    Keyword "dimension" is meant for processing a 1D dimension (i.e. 1D
    array). The "dimension" is like a FORTRAN dimension 
    (i.e. a(1), a(2), ...). For the description of all dimension options 
    see in the guib-keywords-def.tcl file the definition of options(dimension)
    variables.

RETURN VALUE

None.

EXAMPLE

dimension {

       ...options...

}