I went with this:
Execute("$$" + $var_name + "='" + $var_value + "'")

It works MARVELOUSLY with one exception: values that contain $, such as: \\srv\c$\blah or \\srv\c$

I can't figure out how to handle the embedded $ . When one is encountered, the script beeps me out with an "Error in Expression" message.

The 2nd line of my script is SetOption('NoVarsInStrings','On') .

Help with this?

Thanks very very much.

Tim ==


Edited by xpanmanx (2004-09-13 05:33 PM)