The openStack handler of the programStack loads the dataStack with
Code: Select all
go stack "dataStack"
Now, if the next statement refers to "this stack", does it refer to the programStack (where the script is running) or the dataStack?
Anyhow, to prevent confusion, I inserted the statement
Code: Select all
go stack "programStack"
When I start LC and load programStack, the dataStack continues to remain on top.
If I run "openStack" again (from messageBox), then the programStack comes up on top.
Am I right in understanding that "go stack" will also make a stack the topStack?
Thanks for your patience with me,
Sri.