02-06-2014, 01:27 AM
Hi,
Allow me to explain the cryptic title.
I have a lot of functions that each will activate the same window (I may take this out) and/or find accessible object.
I noticed that activating a 2nd window will change the w count from w to w1,w2,w3...etc. The same happens with accessible objects. This will break my code.
Is there a way to reset the w and a variables so I can always get my code to work on w and a...not w1,w2,w3 and a1,a2,a3...?
Thanks
Allow me to explain the cryptic title.
I have a lot of functions that each will activate the same window (I may take this out) and/or find accessible object.
I noticed that activating a 2nd window will change the w count from w to w1,w2,w3...etc. The same happens with accessible objects. This will break my code.
Is there a way to reset the w and a variables so I can always get my code to work on w and a...not w1,w2,w3 and a1,a2,a3...?
Thanks