Quote:
|
Originally Posted by KuJi
Hmm, can you explain exactly what 'makevar' does? It sounds like it would make a variable, but why make a variable that already exists?
|
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.