Modify ↓
#2464 closed Bug (Fixed)
Select...Case...EndSelect - syntax - bug ??
| Reported by: | mlipok | Owned by: | guinness |
|---|---|---|---|
| Milestone: | 3.3.9.22 | Component: | Documentation |
| Version: | 3.3.9.21 | Severity: | None |
| Keywords: | Cc: |
Description
no is:
Select
Case <expression>
statement1
...
[Case
statement2
...]
[Case Else
statementN
...]
EndSelect
there is no
<expression> for second statement2
discused here
http://www.autoitscript.com/forum/topic/153782-help-filedocumentation-issues-discussion-only/page-6#entry1115997
proposal from AZJIO
Select
Case <expression 1>
<statement 1>
...
[Case <expression n>
<statement n>
...]
[Case Else
<else statement>
...]
EndSelect
Attachments (0)
Change History (1)
comment:1 by , on Sep 14, 2013 at 10:17:38 PM
| Milestone: | → 3.3.9.22 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed by revision [9020] in version: 3.3.9.22