Quote Originally Posted by T.Jackson
how do you plan on indenting 20 or more nested arguments?
That's just the way I format things.
You dont have to do it that way.

Here's one that skimask will like. (lottsa colons)
Code:
IF Condition  then
    Something
else:IF Condition2  then 
    something else
else:if Condition3  then
    even more
else:if Condition4  then
    4's good
else
    this is the final ELSE, if none of the others match
    it ends up here
endif:endif:endif:endif