Question
ReplaceList() function Help
I'm trying to use the ReplaceList function to replace certain
characters with their Ascii/Iso equivalent (mainly the apostrophe(
' ) and the quote ( " ) before inserting them into a database. The
apostrophe works fine, but I'm having problems with the " (quote),
it throws a CF error.
eg: ReplaceList(fieldtoreplace, "', "", "’, "")
(example with spaces for better legability - ReplaceList(fieldtoreplace, " ', " ", "& rsquo; , & quot; ")
Is this possible? Any help would be appreciated.
eg: ReplaceList(fieldtoreplace, "', "", "’, "")
(example with spaces for better legability - ReplaceList(fieldtoreplace, " ', " ", "& rsquo; , & quot; ")
Is this possible? Any help would be appreciated.