05-20-2005, 01:35 PM
I think he means when it's mixed with other code... like in between a for...next loop.
I get an outside compound statement error with that code, on the NEXT statement.
Code:
For i = 0 to 50
if shoestinks = true then
grabairfreshener =wtf
sprayliberally =wtf
if hairisgreasy = true then
grabshampoo =wtf
massagethatscalp =wtf
rinse =wtf
end if
next
I get an outside compound statement error with that code, on the NEXT statement.
