RomanStriker Posted March 2, 2017 Report Share Posted March 2, 2017 I'm using a script to initiative a sequence of key presses. The sequence has few <ENTER> presses. When I run the macro all the other keys are pressed once but <ENTER> is pressed twice. Can anybody tell me how to fix this. Thanks. Quote Link to comment Share on other sites More sharing options...
rberq Posted March 2, 2017 Report Share Posted March 2, 2017 What version of Macro Express -- is it up to date? Show us the script. I bet it is programmer error, or some unexpected way the application is behaving. Quote Link to comment Share on other sites More sharing options...
Samrae Posted March 2, 2017 Report Share Posted March 2, 2017 You can tell the Text Type command to send an <ENTER> by either putting in the <ENTER> tag or by pressing the Enter key on your keyboard. In this example: Line #1<ENTER> Line #2 Line #3<ENTER>Line #4<ENTER> Two Enters will be typed between Line #1 and Line #2. One because of the <ENTER> and the other because of the non-visible Enter. There will be one line between Line #2 and Line #3 and between Line #3 and Line #4. Quote Link to comment Share on other sites More sharing options...
rberq Posted March 3, 2017 Report Share Posted March 3, 2017 Thanks for pointing that out, Sam. I never did Text Type commands that way so I didn't realize the invisible ENTER could exist. Sure could create havoc! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.