Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
ttrix
- Newbie
- Posts: 3
- Joined: Wed Aug 20, 2008 6:53 am
Post
by ttrix » Thu Aug 21, 2008 12:09 am
Hello,
Am staring to write simple scripte but lack the know how. I read simular posting but not helping.
Here is what want to do. Below is is script with infinite loop. After the 1st run through, I need to have runMacro1 every 250 sec and runMacro2 every 500 sec, but keep the loop going without having to wait 250 or 500 sec. Any advice?
Label>start
Press F11
Press F1
Press F2
Macro>runMacro1
Macro>runMacro2
Goto>start
-
Me_again
- Automation Wizard
- Posts: 1101
- Joined: Fri Jan 07, 2005 5:55 pm
- Location: Somewhere else on the planet
Post
by Me_again » Thu Aug 21, 2008 12:29 am
Just to be sure...
You want to continually bang F11, F1, F2 very fast as the loop runs - right?
-
ttrix
- Newbie
- Posts: 3
- Joined: Wed Aug 20, 2008 6:53 am
Post
by ttrix » Thu Aug 21, 2008 12:45 am
yes. I want to have function key continuous Banging.....