<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="+1">MC 2.4.3<br>
<br>
How do I "catch" the different parts of a file that has columns
like this?:<br>
</font>
<table width="100%" border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr class="Stil1">
<td>1</td>
<td>Rose Floral Wax: (Size: 25g; )</td>
<td>FW07-25</td>
<td>£3.65</td>
<td>£3.65</td>
</tr>
<tr class="Stil1">
<td>1</td>
<td>Jasmine Grandaflorum Floral Wax (Size: 25g; )</td>
<td>FW03-25</td>
<td>£2.95</td>
<td>£2.95</td>
</tr>
<tr class="Stil1">
<td>1</td>
<td>Mimosa Floral Wax (Size: 25g; )</td>
<td>FW05-25</td>
<td>£2.95</td>
<td>£2.95</td>
</tr>
</tbody>
</table>
<font size="+1"> <br>
I have no problems reading it but I'm trying to make an app that
will read invoices in to a inventory program where each product
will get it's own card.<br>
<br>
Eva<br>
</font>
</body>
</html>