View Single Post
  #7  
Old 03-21-2006, 08:48 AM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
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.
Reply With Quote