Im using the MS HTML Object Reference to do this
<a href="stockmarket.phtml?type=buy&ticker=VPTS">VPTS</a><br>
<a href="stockmarket.phtml?type=profile&company_id=126"><font size=1>(profile)</font></a>
</td>
<td align="center">
9 </td>
<td align="center">
9 </td>
<td align="center">
<font color="black"><b>0</b></font>
</td>
<td align="center">
1,000</td>
<td align="center">
15,000 </td>
<td align="center">
9,000 </td>
<td align="center">
<font color="red"><b><nobr>-40.00%</nobr></b></font>
</td>
Ok i need to split the following out of the above code (the numbers and ticker always changed)
VPTS
9
9
0
1,000
15,000
9,000
-40.00%
I need to get the above out of the Above Source Code and im not sure what to use i understand Left$() Mid$() Right()$ Len() would come into this problem but i have never used those functions
could someone offer me assistance or even a solution?