[Zope] ZClass direct variable access

Bill Anderson bill@libc.org
20 Mar 2001 08:17:55 -0700


> > 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