Search found 5 matches
- Thu Jun 29, 2006 11:37 am
- Forum: Technical / Scripting
- Topic: Problem with separate command - second iteration bombs
- Replies: 3
- Views: 4916
- Wed Jun 28, 2006 11:05 pm
- Forum: Technical / Scripting
- Topic: Problem with separate command - second iteration bombs
- Replies: 3
- Views: 4916
Version info
I am using 7.3.11.4
- Wed Jun 28, 2006 11:04 pm
- Forum: Technical / Scripting
- Topic: Problem with separate command - second iteration bombs
- Replies: 3
- Views: 4916
Problem with separate command - second iteration bombs
My script is reading a delimited file (| is the delimiter, but it's the same if I use ;, etc.). I am using the Repeat/Until commands to iterate. The script works fine on the first iteration, but then crashes on the second. When it reads the next line, I am getting a Macro Scheduler error that reads ...
- Tue Jul 26, 2005 12:40 pm
- Forum: Beginners
- Topic: Need help with CTRL
- Replies: 3
- Views: 6828
- Tue Jul 26, 2005 3:32 am
- Forum: Beginners
- Topic: Need help with CTRL
- Replies: 3
- Views: 6828
Need help with CTRL
Hi, I apparently have a stubborn application I'm trying to use Macro Scheduler with. There's a particular screen where I need to execute a CTRL-down arrow. Here's the syntax I'm using: Press CTRL Wait>1 Press Down Wait>1 Release CTRL When I play back, my application doesn't seem to recognize the CTR...