[thelist] Apostrophes

Rob Smith rob.smith at thermon.com
Fri May 31 16:18:01 CDT 2002


--
[ Picked text/plain from multipart/alternative ]

Jay you don't need to call me on this one but..

DUHH! I just didn't know what you we're talking about by 'escaping' the
apostrophes.

> he's right.
>
> Replace(textareastring, "'", "''")

Or replace it with its HTML entity:

strBody = Replace(strBody, "'", "’")
--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !



More information about the thelist mailing list