Are you familiar with the -n switch in /set? If you are and suggesting that there should be a /var -n too, I agree.
Btw, you may know this too, but you can do something like //var %a | set -n %a 1 + 2 | echo -a %a
/set works with the local variable %a and not with a global, just because %a was declared as local with /var earlier in the routine.
Last edited by qwerty; 25/03/04 06:12 PM.