View Single Post
  #4 (permalink)  
Old 01-26-2008, 09:15 PM
DwayneWayne DwayneWayne is offline
Member
 
Join Date: Jan 2008
Posts: 4
DwayneWayne is on a distinguished road
I don't know if you mean multiply "if" statements after each other... but that would be done like this:

Code:
if (statement) { something here } else if (statement) { something here } else if (statement) { something here }
Reply With Quote