Source: utils/misc/vmain.pro
vmain
Put a value into a top-level variable.
Usage:
vmain, value[, name]
Arguments:
value input any The value to be sent up to the main
program level
name input string The name of the variable to use.
Keywords:
default_name input string A default value for the
variable name
group input long The widget ID of a calling
widget.
Notes:
If the name argument is not given, then the user is probmpted
for a name (possibly with a default).
If the group keyword is given, then the prompt is via a widget
interface, otherwise it is via the command line.
History:
Original: 13/7/01; SJT