Re: [MSEide-MSEgui-talk] text file

2012-01-02 Thread Martin Schreiber
On Monday 02 January 2012 16.03:17 Patrick wrote: What do you use to read a text file? Please have a look to lib/common/kernel/msestream.pas. Is there an example? We don't know enough about your task, sorry. Martin

Re: [MSEide-MSEgui-talk] text file

2012-01-02 Thread Patrick
I'll look at the msestream.pas source. What I want is a basic open the file repeat read a text line process the line until eof close the file Is the msestream object on the palette somewhere? -- Ridiculously

Re: [MSEide-MSEgui-talk] text file

2012-01-02 Thread Martin Schreiber
On Monday 02 January 2012 19.40:46 Patrick wrote: I'll look at the msestream.pas source. What I want is a basic open the file repeat read a text line process the line until eof close the file Use ttextstream, ttextdatastream or Pascal text functions.