Hi. I'm trying to load a TstringGrid from stream and having difficulty. I originally loaded the stream to a tstringlist then to the grid which worked fine but was REALLY slow. Any ideas on how to do this or speed up the process. The data I'm loading is a text file that has about 1200 lines in it. A sample of the lines are:
00:12 SI 1F TQ RJ 00:12 1F
00:15 SO 2D LS 00:15 2D
03:45 CO 2U 2Z 03:45 2U
The text is not space delimited but by column numbers, ie, data1 is colums 1-5, data2 is columns 7-8, data3 is colums 10-11, .....
Each text file is for the day of the week so when I load up a months amount, it takes almost 30 minutes on a fast computer via the tstringlist method. Any thoughts or help would be appreciated.
atcbill
00:12 SI 1F TQ RJ 00:12 1F
00:15 SO 2D LS 00:15 2D
03:45 CO 2U 2Z 03:45 2U
The text is not space delimited but by column numbers, ie, data1 is colums 1-5, data2 is columns 7-8, data3 is colums 10-11, .....
Each text file is for the day of the week so when I load up a months amount, it takes almost 30 minutes on a fast computer via the tstringlist method. Any thoughts or help would be appreciated.
atcbill