|
|
Subject :Q: Is there a way to pause a macro, enter specific text and then have the macro resume?
Q: Is there a way to pause a text macro, enter specific text you want added, then have the macro resume to completion?
A: Yes, this is possible. You can put <pause> command to the macro where you want to pause the macro. The macro playback will be paused on this <pause> command and you can type some text or do whatever else. If you hit "Enter" key on keyboard the macro execution will be resumed.
Here is an example:
<#> Start of the macro
Hello <pause>,
thank you very much for contacting us.
<#> End of the macro |
IP Logged
|
|
Last Edited On: 22-02-2010 16:18:24 By petr for the Reason |