Re: [Tutor] Dictionary within a dictionary

2008-06-14 Thread Kent Johnson
On Fri, Jun 13, 2008 at 10:23 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > Following Alan's post, what I was trying to do is to understand how I > can return the sub-item within the same space, if it makes sense ;) Um, no, not to me. Is your question about creating a structure or acces

Re: [Tutor] Dictionary within a dictionary

2008-06-14 Thread [EMAIL PROTECTED]
Hello, Thank you for the replies. I wanted to hold the data in memory, because the number of records do not warrant the need to have to maintain an additional relational database. Plus I wanted to understand how to build this using classes as this will perhaps give me the bridge I require to mo