Thread: Multiple Thens
View Single Post
Old Feb 14th, 2006, 1:26 PM   #7
Kaja Fumei
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 134
Rep Power: 3 Kaja Fumei is on a distinguished road
Quote:
Originally Posted by DaWei
That has nothing to do with the question. AND is not a statement separator. AND cannot be replaced with a semicolon. Separating statements on one line is not the same thing as instituting a conditional, alternate path of execution.
I'm sorry it came out sounding it was a replacement for AND or that AND was a statement seperator. I know neither is true. What I meant to say was it was a way to seperate statement on a single line if-then. Apparaently, I misinterpreted the original question as "how do i add more lines to inside a THEN?" and not "how do i add more cases/conditionals/alternate paths of execution?"
Kaja Fumei is offline   Reply With Quote