From: Robert Klemme Date: 2007-12-25T06:00:09+09:00 Subject: Re: File handling On 24.12.2007 16:59, Advait Bellur wrote: > Hi, > > I have to make use of a single associative array to hold two files and I > should be able to access them in the following manner > > 1. [''] to have info related to group > 2 [''][''] > 3 ['','',''] > > The file, along with the two group are > > abc.qq > > Names sub1 sub2 sub3 sub4 > > zzz 22 32 40 10 > . . . . > . . . . From what you've written it's unclear to me - whether you want an in memory structure or persistent data, - what you have implemented so far, - what it is that you are asking. I'd say there is some room for improvement of your original posting. :-) Kind regards robert