Deutsches LiveCode Wiki
Advertisement

You can open a stack without showing it to the user, the command is:

open invisible stack "myStack"

so you can use a stack or substack without user can notice it.

You close an invisible stack as usual:

close stack "mystack"
Advertisement