Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
string list options={"STANDARD","METRIC"} int i = INPUT CHOICE $options "What do you want?" string tpName = $options[$i] MACRO PAUSE "Choose a hole to TAP" + crlf + "Click RESUME to continue" + crlf + "To find pitch for standard its 1.00 / P [TPI]" switch $i { case 0 "i want a macro to run here" break case 1 "i want the other option to run here" }
trying to get macros to run after answering the question...
can you make it specify exactly where like " C:/pc/desktop/"
Solved! Go to Solution.