id summary reporter owner description type status milestone component version severity resolution keywords cc 2574 """Switch...Case...EndSwitch""" anonymous "In the ""Switch...Case...EndSwitch"" construct, if a ""case"" check is true, then only the corresponding statements of that case are executed (Or also the following statements if the ""ContinueCase"" clause is used. However No further case checks are performed). The case checks following the first ""positive"" check in the construct are ignored, and the program flow exits the ""Switch"" construct, branching to the end of the ""Switch"" body. '''What I ask is if could be implemented a new statement/clause, that could modify (only on request) the flow behaviour of the switch connstruct, allowing all the check cases to be checked.''' (for example, in the same way as is the default behaviour of the Switch construct in the C language, where all the ""case"" are checked (and eventually executed) if you do not explicitly use the ""break"" clause) In some situations, this continuation may be desirable." Feature Request closed AutoIt None Rejected