I have managed to parse the HTML file I wanted the source from but its full of tags that I don't need. (obviously) I was wondering if there was anyway to filter out the tags and info I don't need.
Printable View
I have managed to parse the HTML file I wanted the source from but its full of tags that I don't need. (obviously) I was wondering if there was anyway to filter out the tags and info I don't need.
You can use the string functions to parse out just the text you need.
Instr - finds the starting point of a string within a string
Mid$ - parses a string within a string
Len - length of a string
InstrRev - finds the starting point of a string within a string from the end to the beginning.
Done and done, sometimes I wonder why I progam. Haha Thanks Rob
Resolved
No prob. :)
Just in case you didnt notice, you can resolve your thread via the thread tools menu and click mark thread resolved and it will do it in that single click. ;)