I can't tell you the # of times AutoHotkey Variadic Functions come in handy
I can’t tell you the # of times AutoHotkey Variadic Functions come in handy
AutoHotkey Variadic Functions can be incredibly handy when you don’t know the exact number of parameters. The below example shows some simple math where you can pass any number of parameters to be added. It also demonstrates how you can use MaxIndex() to determine how many parameters were passed to the function.
Browser_Forward::Reload Browser_Back:: ;***********variadic…
View On WordPress










