Thread: formatting
View Single Post
Old 03-28-2003, 11:11 PM   #5 (permalink)
DesertWolf
Non-profit Techie
 
DesertWolf's Avatar
 
Join Date: Dec 2002
Location: Mesa AZ
Posts: 76
DesertWolf is on a distinguished road
Send a message via AIM to DesertWolf
Actually I do mine like this:

if( var == 1) {

print("something);
}

else {

print("something else");
}

Kind of a cross between 1 & 2
DesertWolf is offline   Reply With Quote