1/17/2023 1:56 PM | |
Joined: 9/23/2005 Last visit: 11/15/2024 Posts: 4793 Rating: (733)
|
Then there are trial versions by some other manufacturers which for checking of some behavior might be perfect. Contact me by PM if you require help with adopting the solution. |
Last edited by: jacek d at: 01/17/2023 13:58:07Regards, |
|
This contribution was helpful to2 thankful Users |
1/17/2023 2:08 PM | |
Joined: 1/15/2020 Last visit: 11/1/2024 Posts: 151 Rating: (42)
|
The ELSE does not belong to an IF, but to the CASE statement itself. It is executed when #Case does not match any of the specified values. You may benefit from reading the help article on the CASE statement. I think you'll find it answers your questions. In particular: after executing the instructions in the matched case, execution continues after the END_CASE statement. Other cases are not executed.
|
This contribution was helpful to2 thankful Users |
Follow us on