Hi,
I hope you can help me with this it's baffling me. I want to put a loop into a project that will keep running until a certain condition is met (like a do until in rexx). Can anyone think of a way to do this?
Thanks,
Dave A.
Hi,
I hope you can help me with this it's baffling me. I want to put a loop into a project that will keep running until a certain condition is met (like a do until in rexx). Can anyone think of a way to do this?
Thanks,
Dave A.
Hi Dave,
There’s a variety of actions you can use to loop, but the best one in your case is probably the While Loop action.
The While Loop action loops all of its child actions as long as its Execute Condition is true. The Execute Condition is a small piece of script on the Runtime property page of the action.
The simplest While Loop Execute Condition is an Automise variable which evaluates to a boolean value. Then you can use other script or actions in the body of your loop to set the value.
Take a look at the help topic for the While Loop action. If you would still like some guidance after that, feel free to post back and I’ll be more specific. If you can tell us exactly what you want to do, this may help.
Regards,
Angus