how can I check if a substack is already open?
Code: Select all
if stack "mystackxxx" is open then ......
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
if stack "mystackxxx" is open then ......
Code: Select all
...
if "substack" is among the lines of the openstacks then
## stack is open!
...