Page 1 of 1

substack already open?

Posted: Tue Oct 01, 2013 1:21 pm
by link76
Hello,
how can I check if a substack is already open?

Code: Select all

if stack "mystackxxx" is open then ......
thanks you

Re: substack already open?

Posted: Tue Oct 01, 2013 1:49 pm
by Klaus
Hi link76,

check -> the openstacks:

Code: Select all

...
if "substack" is among the lines of the openstacks then
  ## stack is open!
...
Best

Klaus