Close and Remove stack from memory

Stephen Barncard stephenREVOLUTION at barncard.com
Tue Aug 16 13:34:14 EDT 2005


Thanks, Guys, "delete stack" was the hint I needed...


At 9:53 AM -0700 8/16/05, Richard Gaskin wrote:
>Just make sure the stack's destroyStack property is true, and 
>whenever the stack is closed its copy in memory is destroyed.
>

At 10:43 AM -0600 8/16/05, Chris Sheffield wrote:
>Pretty easily, actually.
>
>close stack "MyStack"
>delete stack "MyStack"
>
>These have always worked for me.  Just be careful not to 
>accidentally use "delete" on a substack because it will actually get 
>deleted from the main stack.  For more info, look up the command in 
>the docs.
>
>Chris




More information about the use-livecode mailing list