View Single Post
  #7   Report Post  
jay M
 
Posts: n/a
Default

*** so you look at the contents of each cell, and:
for all cells in o_table
if (contents of cell is what I want) then
[split cell text at line breaks, put each line into
seperate variable]
else
[check next cell]
end if
next cell

**** right?