Re: Input data from .txt file and object array problem

2009-03-13 Thread odeits
On Mar 12, 9:02 am, SamuelXiao wrote: > On Mar 12, 11:17 pm, Piet van Oostrum wrote: > > > > > > SamuelXiao (S) wrote: > > >S> I want to input data by using pickle > > >S> First of all, I have a database.txt > > >S> The content is like: > > >S> AAA,aaalink > > >S> BBB,bbblink > > >S> CCC,ccc

Re: Input data from .txt file and object array problem

2009-03-12 Thread SamuelXiao
On Mar 12, 11:17 pm, Piet van Oostrum wrote: > > SamuelXiao (S) wrote: > >S> I want to input data by using pickle > >S> First of all, I have a database.txt > >S> The content is like: > >S> AAA,aaalink > >S> BBB,bbblink > >S> CCC,ccclink > >S> ...,... > >S> AAA,BBB,CCC is Language name, and aa

Re: Input data from .txt file and object array problem

2009-03-12 Thread Piet van Oostrum
> SamuelXiao (S) wrote: >S> I want to input data by using pickle >S> First of all, I have a database.txt >S> The content is like: >S> AAA,aaalink >S> BBB,bbblink >S> CCC,ccclink >S> ...,... >S> AAA,BBB,CCC is Language name, and aaalink,bbblink,ccclink is their >S> respective link. >S> I wan

Re: Input data from .txt file and object array problem

2009-03-12 Thread odeits
On Mar 12, 5:03 am, SamuelXiao wrote: > I want to input data by using pickle > First of all, I have a database.txt > The content is like: > > AAA,aaalink > BBB,bbblink > CCC,ccclink > ...,... > > AAA,BBB,CCC is Language name, and aaalink,bbblink,ccclink is their > respective link. > I want to stor