Page 1 of 1

Create command

Posted: Jun 14th, ’18, 00:38
by david
Hello,

I am trying to make a command that inputs end, space, delete and then wait for 150ms so that I can repeat and give a small time in between.

I tried this command:

Send {End}
Send {Space}
Send {Del}
Sleep 150

But it throws an error saying

Error at line 16.
Line Text: %
Error: This parameter contains a variable name missing its ending percent sign.

The program will exit.


Can you kindly help me see what is missing?

Thanks a lot for the help! :)

Re: Create command

Posted: Jun 14th, ’18, 06:45
by Marko
It should work. This is even simpler:

Type: Send

Code: Select all

{End}{Space}{Del}{150}