02-06-2014, 05:10 AM
I meant the window.
Ya, that's exactly my situation. I have a w declared already. I could skip the duplicate w declaration to avoid w1,w2, but I don't know if that will always work because each function (there are many) does different things and it'll be hard to keep track of all the w,w1,w2, and a,a1,a2...etc
I do know that if I could "reset" the w variable then I can avoid the hassle of w1,w2...for sure. I'm thinking the same thing for accessible object to avoid a1, a2..etc.
Ya, that's exactly my situation. I have a w declared already. I could skip the duplicate w declaration to avoid w1,w2, but I don't know if that will always work because each function (there are many) does different things and it'll be hard to keep track of all the w,w1,w2, and a,a1,a2...etc
I do know that if I could "reset" the w variable then I can avoid the hassle of w1,w2...for sure. I'm thinking the same thing for accessible object to avoid a1, a2..etc.