[thelist] VBScript: replace double quotes

Scott Dexter dexilalolai at yahoo.com
Tue Aug 17 14:27:35 CDT 2004


escape your double quote :)

> 
>     Replace(strString,""","'")
> 

Replace(strString, """", "'")

sgd


More information about the thelist mailing list