Thread
:
Possibility to execute both if and else together
View Single Post
Lief Webster
Go4Expert Member
8May2008,04:12
That's not the point of
if-else
statements, so I don't know why you'd
want
to do it...
But if you want to get technical, I don't think it is possible. If you were really set on it, you could maybe nest an
if-else
statement, I guess.