bug, strange behaviour of libraryStack.
Andre Garzia
soapdog at mac.com
Wed May 24 21:50:47 EDT 2006
Folks,
I have a global array which is fine. Then after a call to start using
some stack, my global array vanishes, it turns empty!!!! any clue?
like this
put "something" into gGlobalA["a_Value"]
library someStack
put the keys of gGlobalA
after the library call, gGlobalA is empty!!!! there's no touching on
gGlobalA by the stack being called by 'library'... I stepped with the
debugger and is like this, the array is there before library, then,
its empty after it...
any clue?
Andre
More information about the use-livecode
mailing list