Modify ↓
Opened 12 years ago
Closed 12 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 Changed 12 years ago by TicketCleanup
- Version Other deleted
comment:2 Changed 12 years ago by anonymous
If you write the code then surely you know how many loop levels there are?
comment:3 Changed 12 years ago by trancexx
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Automatic ticket cleanup.