Quote:
Originally posted by Mas*Mind
Well, you do have to enclose it in brackets when an if block contains multiple statements...
|
No, not in the alternative method he's talking about.
if you do if(whaterver): then you can have as many statements as you want, up until you write endif;
BUT, that method as well as my previous complaint just makes the code even more incomprehensible.