This is an obvious answer, but I wonder why the text is appearing as such. Is the text appearing exactly as it actually exists in the source? Or is the appearance of the double quotes some sort of problem in the output?
It may help to use ASCII conversions so as not to confuse with the quotes of the function. Here's what I use: replace(keyword, chr(34), "chr(39)", "All") >>> [EMAIL PROTECTED] 1/5/2004 11:27:15 AM >>> Use the replace function. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ron Mast Sent: Monday, January 05, 2004 11:07 AM To: [EMAIL PROTECTED] Subject: Replace double quotes with single quotes Hi All, I have text that is showing with double quotes like so: Ron"s How do I replace all of the double quotes with single quotes in CF? Thanks in advance! Ron Karen R. Harker, MLS UT Southwestern Medical Library 5323 Harry Hines Blvd. Dallas, TX 75390-9049 214-648-8946 http://www.utsouthwestern.edu/library/ ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To unsubscribe: Send UNSUBSCRIBE to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
