Yes it does - which is why the script deletes the stack from memory if it was not already loaded before hand. I use this script routinely when looping through indexes of stacks which may have been moved or deleted by hand, and wrote it to avoid the problem of loading everything into memory - I am sure there are better ways.
On 02/07/07, J. Landman Gay <[EMAIL PROTECTED]> wrote:
David Bovill wrote: > These are the functions I have: > > function stack_Exists someName > -- will not add stack to memory > > set lockmessages to true > put the mainstacks into stacksInMemory > put empty into shortStackName > if exists(stack someName) then I thought the exists() function opens and loads the stack the same way "there is a stack" does? -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com _______________________________________________ metacard mailing list [email protected] http://lists.runrev.com/mailman/listinfo/metacard
_______________________________________________ metacard mailing list [email protected] http://lists.runrev.com/mailman/listinfo/metacard
