1-5-20
Is there a way to exit from a “Repeat ... n times” action other than an Exit Shortcut
action?
In certain cases I want to continue processing after exiting the Repeat action BEFORE the 5 times count is reached (see below).
Code:
Repeat 5 times
Ask for account number
Count items in account number
If Count is 0
Show Alert ... Acct number not entered
Otherwise
...
...
“Exit” Repeat Action/Continue
End If
End Repeat
...
Continue processing
Thanks for any help that you can provide.
Frank M
Is there a way to exit from a “Repeat ... n times” action other than an Exit Shortcut
action?
In certain cases I want to continue processing after exiting the Repeat action BEFORE the 5 times count is reached (see below).
Code:
Repeat 5 times
Ask for account number
Count items in account number
If Count is 0
Show Alert ... Acct number not entered
Otherwise
...
...
“Exit” Repeat Action/Continue
End If
End Repeat
...
Continue processing
Thanks for any help that you can provide.
Frank M