Re: Re: Re: Re: Reading a file?


Posted by denis on October 29, 2000 at 05:46:02:

In Reply to: Re: Re: Re: Reading a file? posted by Jean Claude Servaye on October 29, 2000 at 03:10:53:

Sorry for all that questions but ihave another one.
Now this code works, but when i pres a button
it inserts only the last line of text file into stringgrid:
eeee eeee eeee
eeee eeee eeee
------
ffff ffff ffff
bbbb bb bbbbbb
Only bbb... line is inserted why is this happening? I need all lines in 2nd section insert to stringgrid.
Also last line have been inserted to Cells[0.0]
[1.0]
[2.0]
and i need it to start from [0.1]
[1.1]
[2.1]

thx for help.
Denis.


Related Articles and Replies: