TABLE OF CONTENTS


loaddata

NAME

::guib::moduleObj::loaddata -- the loaddata GUIB keyword

USAGE

loaddata varIdent cmd

DESCRIPTION

-- GUIB keyword !!! Keyword "loaddata" is meant for loading the large chuncks of data for keywidgets. A typical usage is "loading the tables" from file.

ARGUMENTS

varIdent -- GUIB-variable's identifier, i.e., identifier of table/dimension/var for which to load data cmd -- routine for loading the data of the "proc cmd {moduleObj} {...}" form

RETURN VALUE

None.

EXAMPLE

loaddata myTable load_MyTable

The "load_MyTable" command must be of the form:

proc {moduleObj} {

       ... code ...

}