Re: [Tutor] Assigning a variable stored in a dictionary

2007-01-04 Thread Kent Johnson
Tony Cappellini wrote: > > I can't see the forest through the trees. > > I have stored 3 global variables in a dictionary, and associated each > variable with a filename. > Ideally, I want to read the contents of the text files, and store the > contents in the global variables. The globals will

[Tutor] Assigning a variable stored in a dictionary

2007-01-04 Thread Tony Cappellini
I can't see the forest through the trees. I have stored 3 global variables in a dictionary, and associated each variable with a filename. Ideally, I want to read the contents of the text files, and store the contents in the global variables. The globals will be used by another function. However,