Oh wow, you got 2 posts in before I could get one!
[EDIT]
For the record, All if's don't need then's.
There are several ways to format an if statement:
For one operation you can do:
For two or more, it is usually advisable to do this:
IF A
do B
do C
do D
ENDIF
Optionally, you can add an ELSE case, to do something else if the condition is not met:
IF A
do B
do C
do D
ELSE
do E
ENDIF
Note that the do's are not the DO command, but I though them in there to make it a little easier to read (that is, IF A then do B)
Great Quote:
"Time...LINE??? Time isn't made out of lines...it is made out of circles. That is why clocks are round!" -Caboose