substack already open?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
link76
Posts: 99
Joined: Fri Nov 04, 2011 1:52 pm

substack already open?

Post by link76 » Tue Oct 01, 2013 1:21 pm

Hello,
how can I check if a substack is already open?

Code: Select all

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

Klaus
Posts: 14199
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: substack already open?

Post by Klaus » Tue Oct 01, 2013 1:49 pm

Hi link76,

check -> the openstacks:

Code: Select all

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

Klaus

Post Reply