Roland Krause wrote:
> Is it possible that there is a bug, that values of user defined global
> variables get forgotten when the program is saved.
There is a Preference that controls this, but you probably want to leave
the option _off_.
Then, just define your globals from within your procs and all is fine.
I didn't like this feature because vTcl saved off the current values of
the globals, which depends on the state of the application at the time
that you do the save (assuming that you're switching between TEST and
EDIT modes).
--
...RickM...