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 , 13 years ago
| Version: | Other |
|---|
comment:2 by , 13 years ago
If you write the code then surely you know how many loop levels there are?
comment:3 by , 13 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.