Re: [Tutor] Convert string to variable name

2005-01-26 Thread Tony Giunta
On Wed, 26 Jan 2005 17:11:59 -0800 (PST), Danny Yoo <[EMAIL PROTECTED]> wrote: > > > On Wed, 26 Jan 2005, Tony Giunta wrote: > > We can use exec() to create dynamic variable names, but it's almost always > a bad idea. Dynamic variable names make it very difficult

[Tutor] Convert string to variable name

2005-01-26 Thread Tony Giunta
ying around with the OOP stuff and thought it might be a neat thing to try out. I've attached the small function I've come up with to the end of this message. This is just a model I created for testing purposes, so it's not the most elegant code. Any suggestions would be