20 Mar
2001
20 Mar
'01
3:17 p.m.
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