Quote:
Originally Posted by killerogue
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