7/16/2025 12:11 PM | |
Joined: 9/23/2005 Last visit: 9/5/2025 Posts: 5112 Rating:
|
“ELSE” is not required and can be omitted.
Which means that if no condition is met no code will be executed.
BTW, this is unclear to me:
Which means where? |
Regards, |
|
This contribution was helpful to
1 thankful Users |
8/1/2025 11:22 AM | |
Joined: 2/11/2015 Last visit: 9/4/2025 Posts: 511 Rating:
|
Maybe in this case, he needs something like: if condition1 then While (condition1_not_finished) do logic1 Wend; elsif...... |
Follow us on