--------------------------------------------------------------------------
This mail message has exceeded the maximum number of hops.
The requested destination was:
   [EMAIL PROTECTED]
--------------------------------------------------------------------------
--------------------------------------------------------------------------
This mail message has exceeded the maximum number of hops.
The requested destination was:
   [EMAIL PROTECTED]
--------------------------------------------------------------------------
--------------------------------------------------------------------------
This mail message has exceeded the maximum number of hops.
The requested destination was:
   [EMAIL PROTECTED]
--------------------------------------------------------------------------

[EMAIL PROTECTED] wrote:

>      When I add a variable to the variable window, they tend to not
> show up
>      when I re open the project.

There is a preference that I think by default doesn't save global
variables. The saving of these globals and the variable window really
have no use anymore and I believe Stewart plans to remove all this
eventually.

In your functions, you just declare whatever globals each function
requires and vtcl doesn't need to be involved at all. Initialize your
globals if you wish in the init or main procs.

The feature that saves global variables would save the value that the
variables last had at the time that you do the save, which is often not
what you'd want.

-- 
...RickM...

Reply via email to