First thank you for the assistance.
What I am trying to do if possible is pull individual peices of text from a single text field that is imported from a web page. This is what it looks like:
This is what I am trying to accomplish:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]How to Setup External Telnet or SSH Client ( 2 ) [Wiki] (21)[/TD]
[TD]How to Setup External Telnet or SSH Client[/TD]
[TD]2[/TD]
[TD]Wiki[/TD]
[TD]21[/TD]
[/TR]
</tbody>[/TABLE]
Found plenty of posts using 'RIGHT', 'LEFT', 'FIND', etc. but have not been able to figure out how to break each piece out like this.
Any assistance would be fantastic.
What I am trying to do if possible is pull individual peices of text from a single text field that is imported from a web page. This is what it looks like:
Code:
How to Setup External Telnet or SSH Client ( 2 ) [Wiki] (21)
This is what I am trying to accomplish:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]How to Setup External Telnet or SSH Client ( 2 ) [Wiki] (21)[/TD]
[TD]How to Setup External Telnet or SSH Client[/TD]
[TD]2[/TD]
[TD]Wiki[/TD]
[TD]21[/TD]
[/TR]
</tbody>[/TABLE]
Found plenty of posts using 'RIGHT', 'LEFT', 'FIND', etc. but have not been able to figure out how to break each piece out like this.
Any assistance would be fantastic.