Awesome -- Thank you!
@kunkel321, if your code uses the static keyword then the variable gets initialized just once (on the first call), so it shouldn't be an issue. And even if you created it multiple times then it shouldn't cause issues, just be a bit less efficient as all the internal mechanisms get created and destroyed unnecessarily.
Edit: Wait... It already has 'static'. So you mean like it already is -- yes?
Statistics: Posted by kunkel321 — Today, 14:14