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

2009-03-13 Thread odeits
On Mar 12, 9:02 am, SamuelXiao foolsmart2...@gmail.com wrote: On Mar 12, 11:17 pm, Piet van Oostrum p...@cs.uu.nl wrote: SamuelXiao foolsmart2...@gmail.com (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

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

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

2009-03-12 Thread odeits
On Mar 12, 5:03 am, SamuelXiao foolsmart2...@gmail.com 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

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

2009-03-12 Thread Piet van Oostrum
SamuelXiao foolsmart2...@gmail.com (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 want

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

2009-03-12 Thread SamuelXiao
On Mar 12, 11:17 pm, Piet van Oostrum p...@cs.uu.nl wrote: SamuelXiao foolsmart2...@gmail.com (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,