Modify

Opened 13 years ago

Closed 13 years ago

#2304 closed Feature Request (Rejected)

ExitLoop new macro or out of all cycles

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

it would be great if exitloop out of all nested loops!
for example
Do

For $i = 1 To 20

Do

....
;SomeMore nested
ExitLoop @AllLoop
Or
ExitLoop -1
Or
ExitLoop 1000

Until TimerDiff(...)...

Next

Until 0
;Exit to here!

Attachments (0)

Change History (3)

comment:1 by TicketCleanup, 13 years ago

Version: Other

Automatic ticket cleanup.

comment:2 by anonymous, 13 years ago

If you write the code then surely you know how many loop levels there are?

comment:3 by trancexx, 13 years ago

Resolution: Rejected
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.