darrinm wrote:
It does NOT work to set a pvar to another pvar, thus the following won't work:
set persistant variable 'whatever2' to "{whatever}"
does anyone know if its possible to do the opposite of this and set the pvar name to that of a value of another pvar?
for example
set pvar 'hello' to "1"
set pvar {hello} to "a"
doing this could simplify a lot of things