Hi there<br>
<br>
I just got a simple question which I did not find (I bet it's there somewhere) in the documentation:<br>
How can I make a variable access-able globally inside a class?<br>
<br>
Like I've got a variable in function 1 which I want to access in function 2. Both functions in same class...<br>
<br>
Thanks for any input!<br>