Hi guys,
Could someone please tell me what I'm doing wrong with this code?
I'm trying to take user input and then run a function with the same name, but it's not calling the function.
So in the below after pressing Shift+F8 I would enter the text (without quotes) "testFunc".
As you can see I've also tried this with IF statements, I'm new to using Switch/Case.
HotKeySet("+{F8}", RunManually)
Func RunManually()
;Use a case statement with 1 hot key and an InputBox to manually run functions
$funcName = InputBox("Which Func to Run?", "Enter the