Indirect Variables

Indirect Variables

Guys :

Is there a feature where I can declare a Variable name to be the current value of another variable as in Visual basic an Fox ? eg:

a="b";

b=35;

so 

&a == 35 will be true.

Or, in other words :

a="b";

&a=35;

so

b==35 will be true

If not, is there a work around for this on deluge scripting ?

Thanks,

Nelson