So... first of all, hi again fellow AHK users.
Second, I've come up with the following bit of code in order to set up Hotstrings with Variables and a Func():
It works fantastic, as long as there isn't an #If present in the script.
Declaring the Hotstring() in or outside the #If block makes no difference.
Is there any way to keep the #If because I need it, but also make the Hotstring() work?
And as per usual, thanks in advance!
Second, I've come up with the following bit of code in order to set up Hotstrings with Variables and a Func():
CODE:
Hotstring(":X:" prefix name, Func("Extras").Bind(name, text))
It works fantastic, as long as there isn't an #If present in the script.
Declaring the Hotstring() in or outside the #If block makes no difference.
Is there any way to keep the #If because I need it, but also make the Hotstring() work?
And as per usual, thanks in advance!
Statistics: Posted by Dzverry — 15 minutes ago