@fuze4fun
It's a bit annoying, but one gets used to it eventually!
I searched through the forum, and back in 2019, the devs wrote that switch statements would be added eventually. Who knows?
PS, your second example is missing an endif. To keep things from getting messy, I usually put the extra endifs on the same row, like so:
if statement then
//code
else if statement_2 then
//code
else
//code
endif endif