subhalaxmi
10 years agoVisitor
Pass double quote " in String
Hello
How can I remove double quotes from my string.
For example I have a string "hello".
I want to display it as hello.How can I do it.
Can I do it like this.Or anything else.Suggest me.
How can I remove double quotes from my string.
For example I have a string "hello".
I want to display it as hello.How can I do it.
Can I do it like this.Or anything else.Suggest me.
str = CreateObject ("roRegex", " " ", " ").ReplaceAll (str , " ")