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