Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Scripts and Functions (v2) • Re: Buffered hotstrings

$
0
0

@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.
Awesome -- Thank you!
Edit: Wait... It already has 'static'. So you mean like it already is -- yes?

Statistics: Posted by kunkel321 — Today, 14:14



Viewing all articles
Browse latest Browse all 579

Trending Articles