Waitkeydown ?

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
Marcdk
Junior Coder
Posts: 36
Joined: Sat Sep 22, 2007 10:16 pm

Waitkeydown ?

Post by Marcdk » Fri Feb 29, 2008 7:48 pm

Is it possible to do this?

Label>start
press SPACE
wait>2
Goto>start
Label>end

i cant find the SPACE button in the program, so how do i do this?

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Fri Feb 29, 2008 8:58 pm

Here are two ways to enter the SPACE:

1. Send>
(There is a space character after the ">")

2. Send>%SPACE%
There is a %SPACE% variable since version 8.0 and newer.

Be sure to SetFocus before using Send> command
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts