SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
Loop Iteration

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
Loop Iteration
Author Message
Gary Jensen



Joined: 22 Mar 2000
Posts: 28

Post Loop Iteration Reply with quote

Can I transfer outside a loop and return within the loop and have interation and loop continue to work successfully?

LoopUntil .... EndLoop
.
.
Goto ErrorSection
.
.
EndLoop:
.
.
.
ErrorSection
.
.
Goto EndLoop

Wed Jun 05, 2002 1:06 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7948

Post Re: Loop Iteration Reply with quote

No, the loop cannot be entered in a middle.
But you can put some logic to restart from certain point.

LABEL1:
LoopUntil .... EndLoop
. IfThen flag, LABEL2
.
. Goto ErrorSection
. LABEL2
.
EndLoop:

ErrorSection:
...
Set some flag here
Goto LABEL1

: Can I transfer outside a loop and return within the loop and have interation
: and loop continue to work successfully?

: LoopUntil .... EndLoop
: .
: .
: Goto ErrorSection
: .
: .
: EndLoop: .
: .
: .
: ErrorSection
: .
: .
: Goto EndLoop

Wed Jun 05, 2002 1:38 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.