Hi, I am trying to write a function that will accept a symbol and a value, and assign that value to the symbol *if the variable has not already been defined *(such as in an include file).
At the moment, it runs without complaining, but the result is always "bar", the default value. Can anyone spot the problem? Cheers, Vaughan
