Quote:
|
Originally Posted by jake13jake
PHP Code:
this.blahani = "carrystill";
this.pblah = "ani";
this.pani = "blah";
setani(makevar(this.pani @ this.pblah),null);
would inevitably give you carrystill. old gscript equivalent of #s(#s(something))
It takes a string and returns the variable that the string indicates.
|
So, it merges the variables together?