Thread: Gs1/gs2?
View Single Post
  #6  
Old 03-03-2007, 11:13 PM
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 theHAWKER View Post
so if gs2 is newer then why is it more complex like instead of "if" u use function?
it seams like a downgrade...
does it have more posiblilitys or something?
You decide which is simpler ...

GS1:
PHP Code:
setstring this.blah,strtofloat(#s(this.blah))+strtofloat(#s(this.add)); 
GS2:
PHP Code:
this.blah += this.add
__________________

Last edited by cbk1994; 03-03-2007 at 11:14 PM.. Reason: typo
Reply With Quote