K
Kevin Thomas
Hi there,
If I have a string var, strFoo that contains double-quotes such that it
looks like this: I "love" VB
What do I pass into the "replace" method to replace the double-quotes with
something else?
strFoo = strFoo.replace(???,""")
In other words, what would I pass in inplace of the ??? above to get rid of
any double quotes in the string var strFoo?
Thanks,
Kevin
If I have a string var, strFoo that contains double-quotes such that it
looks like this: I "love" VB
What do I pass into the "replace" method to replace the double-quotes with
something else?
strFoo = strFoo.replace(???,""")
In other words, what would I pass in inplace of the ??? above to get rid of
any double quotes in the string var strFoo?
Thanks,
Kevin