[thelist] Apostrophes

Scott Schrantz scotts at rci-nv.com
Fri May 31 15:39:01 CDT 2002


> -----Original Message-----
> From: Warden, Matt [mailto:mwarden at mattwarden.com]
>
> On May 31, Rob Smith had something to say about [thelist] Apostrophes
>
> >Any ideas how I can allow my users to include conjunctions?
> Do I need to change up the order of my apostrophes?
> >
> >(Jay said: you need to escape the apostrophe's. ) No offence
> Jay, Other ideas?
>
> he's right.
>
> Replace(textareastring, "'", "''")

Or replace it with its HTML entity:

strBody = Replace(strBody, "'", "’")



More information about the thelist mailing list