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 > >

Input data from .txt file and object array problem

2009-03-12 Thread SamuelXiao
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 store data by using pickle. Meanwhile , I got a problem. #I have