The scope of a global variable

Doug Lerner doug at webcrossing.com
Sun Jan 18 22:31:27 EST 2004


On 1/19/04 12:16 PM, "Scott Rossi" <scott at tactilemedia.com> wrote:

> Note that since globals are indeed global and hang around after use, Rev
> provides a delete variable command that allows you to remove variables from
> memory.  If you are not finding this to be the case, you may not be
> declaring your variables correctly.

I think I have isolated the problem to the fact that the openCard message is
not being sent to the cloned stack when it opens.

The Message Watcher seems to confirm this. The preOpenStack message is being
sent, but the openCard message isn't.

Any idea why that might be?

Thanks,

doug



More information about the use-livecode mailing list