View Single Post
  #2  
Old 05-29-2012, 09:58 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

You need to use

if()
elsif()
elsif()
else

If you want the last else to only happen if all of the if clauses failed.
Reply With Quote