Modify ↓
Opened on Apr 4, 2012 at 3:19:09 PM
Closed on Apr 4, 2012 at 7:41:24 PM
#2175 closed Bug (Duplicate)
IF require ENDIF with "ContinueLoop"
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.8.1 | Severity: | None |
| Keywords: | Cc: |
Description
For $j = 0 to 5
If $j = 3 Then ContinueLoop
Next
==> "ContinueLoop" statement with no matching "While", "Do" or "For"
statement.:
For $j = 0 to 5
If $j = 3 Then
ContinueLoop
EndIf
Next
OK
Attachments (0)
Change History (1)
comment:1 by , on Apr 4, 2012 at 7:41:24 PM
| Resolution: | → Duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Please read posting rules next time.
You did everything wrong.