Page 1 of 1

Dynamic variable

Posted: Tue Sep 25, 2007 12:39 pm
by michalkos
I need use dynamic variable:

:local a "b";
:local $a "My text"; > "$a" represent "b" variable
:log info $$a; > wtite "My text"

Last row don't work. Do you now how is correct syntax for get value of "b" variable? I need use dynamic syntax (as PHP) $$a - it represent $b variable.

Thanks.

Re: Dynamic variable

Posted: Tue Sep 25, 2007 1:23 pm
by mrz
It is not possible.