Opened 9 years ago
Closed 9 years ago
#3068 closed Bug (Fixed)
Documentation fix: Switch
Reported by: | Nutster | Owned by: | guinness |
---|---|---|---|
Milestone: | 3.3.15.0 | Component: | Documentation |
Version: | 3.3.14.0 | Severity: | None |
Keywords: | Switch | Cc: |
Description (last modified by Nutster)
"If no cases match the Switch value, then the Case Else section, if present, is executed. If no cases match and Case Else is not defined, then none of the code inside the Switch structure, other than the condition, will be executed."
This is the only place that the initial expression is referred to as a condition. The sentence should be:
"If no cases match the Switch value, then the Case Else section, if present, is executed. If no cases match and Case Else is not defined, then none of the code inside the Switch structure, other than the initial expression, will be executed."
Man, I wrote Switch more than 10 years ago; has this mistake been in here all that time?
Attachments (0)
Change History (3)
comment:1 Changed 9 years ago by Nutster
- Description modified (diff)
- Keywords Switch added
comment:2 Changed 9 years ago by Nutster
- Description modified (diff)
- Owner set to guinness
- Status changed from new to assigned
comment:3 Changed 9 years ago by guinness
- Milestone set to 3.3.15.0
- Resolution set to Fixed
- Status changed from assigned to closed
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.
Fixed by revision [11387] in version: 3.3.15.0