Maybe this question is silly, but I'm still experimenting, and there are many things that I'm not sure how they work.
So the question. Functions like WinGetPos - can be used multiple times like this?
Local $variable1 = WinGetPos(something)
Local $variable2 = WinGetPos(somethingelse)
...
?
I mean - will variables remember these selections after the function is re-triggered on something else?