On Mar 24, 2008, at 12:45 PM, Len Morgan wrote:

I'm trying to go through a list of stack files (whos' names and versions come from a text file on the update server) to see if they need to be updated. If there is a newer version, I copy the file from the update server to the local computer. I'm using:

put the cstkVersion of stack tCurrentStack into tLocalStackVersion

After executing this line of code the stack will be in memory but not opened so no messages are sent to the stack (preopStack, openStack, etc.).

Any operation that touches the stack in some way (including 'if there is a stack SOME_STACK') will load the stack into memory.

You can then remove the stack from memory by calling 'delete stack SOME_STACK'.

Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com    -    www.screensteps.com

_______________________________________________
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