|
replace(myvar, ''', '', "all")
The
trick is, quote your stuff with a single quote, hence surround the double quote
in the second param with single quotes.
Terry Fielder
|
- [CFTALKTor] Replacing double quotes Rick Mason
- terry
|
replace(myvar, ''', '', "all")
The
trick is, quote your stuff with a single quote, hence surround the double quote
in the second param with single quotes.
Terry Fielder
|