TABLE OF CONTENTS


varset

NAME

::guib::moduleObj::varset -- the varset GUIB keyword

USAGE

varset varIdent what value ?usage?

DESCRIPTION

-- GUIB keyword !!!

    Keyword "varset" is meant for setting the "GUIB" variables.
    Namely, the variable names as specified by identifier or the
    -variable option of the GUIB keywords are only symbolic names. The
    actual names are the one of the the _guibVar array
    (e.g. _guibVar(varIdent)).

ARGUMENTS

var -- a symbolic name of the variable what -- what to set -value|-textvalue value -- value or textvalue (according to what) to set to the $ident variable usage -- used only internally (error message upon wrong usage)

RETURN VALUE

The textvalue of the set variable.

EXAMPLE

varset varIdent -textvalue "yes"