On Sun, Sep 28, 2008 at 7:31 AM, Len Morgan <[EMAIL PROTECTED]> wrote:

> My problem is how to I get rid of this in-memory copy and replace it with
> the new version (assuming that I had to download a new version)?
>
> Is it as simple as:
>
> if tVersionUpdated then
>   stop using tCurrentStack
> end if


Revert can work. I like to use the 'delete stack' command as well for this
sort of thing. It forces the removal of a stack from memory.

if tVersionUpdated then
   delete stack tCurrentStack
   go stack tCurrentStackFilename
end if
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to