Solved
Forum Discussion
HKosova
Alumni
9 years agoHi Randall,
"Run Current Routine" is disabled when:
- The cursor is outside of any function. (You need to place the cursor inside the function you want to run.)
- The function has parameters. (You need to write a wrapper function that would call this function.)
- The script has syntax errors. (Use the menu command Test | Check Syntax to find the errors.)