View Single Post
  #4 (permalink)  
Old 06-15-2007, 04:15 PM
forumsupport forumsupport is offline
Senior Member
 
Join Date: Apr 2007
Posts: 551
Default

Hello,

Unfortunately this is not possible in Workspace Macro Pro as you cannot set the repeat property during macro execution. However this is possible in our advanced automation product, Automation Anywhere.

Automation Anywhere 3.5, which has more commands and actions which can be used to automate any kind of task, from the most complex to very simple. Automation Anywhere 3.5 has an extremely powerful feature of variables.

You can use ‘Prompt’ command in Automation Anywhere. Using this command, when you run a task, it will ask user to enter the value. You can assign this value to variable also if you wish.

For e.g. you can something as follows

Prompt user for value
Loop for $repeattimes$
Run Task
End Loop

If you like to try Automation Anywhere, you can download the free trial from

http://www.tethyssolutions.com/automation-software.htm

All your macros created in Workspace Macro Pro 6.5 will work in Automation Anywhere.
Reply With Quote