jim0203 Posted March 13, 2009 Posted March 13, 2009 (edited) Is there a function that lets me check for the existence of a window? I have a pretty complicated script that is called multiple times; I'd like it to create a window the first time it is called and then just select that window each subsequent time it is called. If (Window Doesn't Exist(WindowName)) Create Window(WindowName) EndIf Select Window(WindowName) Edited March 13, 2009 by Guest
IdealData Posted March 13, 2009 Posted March 13, 2009 The DESIGN FUNCTIONS offers WindowNames to produce a list of currently open windows. If you store the list in a $var then you can test for your "windowname" in the list.
Recommended Posts
This topic is 6077 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now