March 13, 200916 yr 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, 200916 yr by Guest
March 13, 200916 yr 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.
Create an account or sign in to comment