|
-
Sep 9th, 2012, 10:35 AM
#1
Thread Starter
Lively Member
[RESOLVED] Remove quotation marks
I'm opening a csv file and I'm trying to check for quotation marks within the string so that I can remove them.
For example in the following "Trial "A" 123" I want to get it so that it's "Trial A 123"
I thought I could analyze each individual character (and if a character was a quotation mark then I was going to remove it.) But that's no good because VB identifies the 2nd quotation mark as the end of the string. In other words, all I get when I input the string is "Trial "
So what can I do to solve this problem? Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|