mgreen
6 years agoContributor
"Run This Routine" Greyed out in script mode
Hey All,
Hello. I have a block of code I want to reuse multiple times with a parameter on the "Test Items" page.
It's for navigating to specific buttons on a nav bar.
When I run the ...
- 6 years ago
The routine has a parameter. You can't run a parameterized routine using the right-click context menu because you need to have some way of indicating the value of the parameter. Work-around: create a "harness" function that, all it does is call your routine with the proper parameter value.