Thread: tokens
View Single Post
  #26  
Old 10-05-2001, 10:26 PM
PresShinP2P PresShinP2P is offline
Registered User
Join Date: Oct 2001
Location: Screw it
Posts: 84
PresShinP2P is on a distinguished road
Send a message via AIM to PresShinP2P
Unhappy

i know this kamietsu but i dont know wether to go:

if (blah-blah){
}else if(blah-blah){
}

or:

if (blah-blah){
}elseif(blah-blah){
}

or:

if (blah-blah){
else if(blah-blah){
}

or:

if (blah-blah){
elseif(blah-blah){
}

i dunno what is the best to do so i just use if
__________________
President Shinra
Reply With Quote