I hate asking stupid questions, but I am stuck ...
Given a string with a quoted substring - how do I extract the quoted substring?
For ex: balh blah blah blah "quoted text" blah blah blah ...
I want to pull everything out between the quotes and I know the index of the fist Quote (or possibly the space before it).
I thought I could simply use Scan String For Tokens with a Double Quote as a delimeter, but that doesn't seem to work.
Is there a special way to enter the " as a character/delimeter?
Any ideas?
- Rick