Thread
:
formatting
View Single Post
03-28-2003, 11:11 PM
#
5
(
permalink
)
DesertWolf
Non-profit Techie
Join Date: Dec 2002
Location: Mesa AZ
Posts: 76
Actually I do mine like this:
if( var == 1) {
print("something);
}
else {
print("something else");
}
Kind of a cross between 1 & 2
DesertWolf
View Public Profile
Find More Posts by DesertWolf