> > You can't just do a "S2.Var1" to access the property? > > Sorry, I should have made this more clear. The name of the variable > "Var1" is itself a variable I'm passing. It requires dereferencing > before I can use it. > > The example above (container['Var1']) should read container[Var1] How about (Untested): "S2._[var1]" ? Bill