I'm still fairly new to DELPHI, but I'm working on my second project.  I just 
ran into something that I need help with.  Here is the setup.

1.  A string processing variable called "as_cell_value".
2.  I have a TListView called LV.
3.  LV has 4 rows and 2 columns.  Let's say the data looks like this:

+------+-----+-----+
|      |col1 |col2 |
+------+-----+-----+
| row1 | c11 | c21 |
+------+-----+-----+
| row2 | c12 | c22 |
+------+-----+-----+
| row3 | c13 | c23 |
+------+-----+-----+
| row4 | c14 | c24 |
+------+-----+-----+

4.  I need to get the data out of each cell in column 2 in turn, place it into 
the variable, and process it.

I'm having problems fining out how to do that.  Can someone help me?  Once I 
get it into the variable, I'll be OK from there.

Thanks loads to all.



Reply via email to