Modify

Opened 11 years ago

Closed 11 years ago

#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 Changed 11 years ago by guinness

  • Milestone set to 3.3.9.22
  • Owner set to guinness
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by revision [9020] in version: 3.3.9.22

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain guinness.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.