01-10-2004, 05:43 AM
I havn't been able to figure out how to get the text menu's to "tie" into the main macro.
I have a macro w/ an infinite loop. I'd like to be able to just type a char sequence and disable (break) the loop.
I've created a folder with the main macro and then clicked on the macro and clicked New/New T.S Menu and added:
ff :ret
I also tried
ff: break
I even tied simple output just to see if it was hitting the menu:
ff: "hello world"
It doesn't seem to work. How do I relate the TS menu to the main macro? Is there a way to just end a macro with a hot key without a text sensitive menu? I couldn't find much searching through the help docs.
I have a macro w/ an infinite loop. I'd like to be able to just type a char sequence and disable (break) the loop.
I've created a folder with the main macro and then clicked on the macro and clicked New/New T.S Menu and added:
ff :ret
I also tried
ff: break
I even tied simple output just to see if it was hitting the menu:
ff: "hello world"
It doesn't seem to work. How do I relate the TS menu to the main macro? Is there a way to just end a macro with a hot key without a text sensitive menu? I couldn't find much searching through the help docs.