Thread: Teams?
View Single Post
  #2  
Old 03-18-2007, 02:19 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by killerogue View Post
EEW GS1!!! Dude, Gs2 is better than GS1, on top of that it's easier to use and is object based making things 1 thousand times easier in my opinion. :o
I second that.

As I've always said, compare these ...

GS1
PHP Code:
setstring serverr.blah,strtofloat(#s(serverr.blah))+strtofloat(#t(1)); 
vs.

GS2
PHP Code:
serverr.blah += tokens[1]; 
You decide
__________________
Reply With Quote