[thelist] DB error

Scott Schrantz scotts at rci-nv.com
Fri Jul 13 19:08:28 CDT 2001


> -----Original Message-----
> From: aardvark [mailto:roselli at earthlink.net]

> others that may be useful:
> 
> message = Replace(message,"&","&")
> message = Replace(message,vbcrlf,"<br>")

Just make sure that the function replacing the ampersand is the *first* one
executed. If it happens last, it will change all the &#39; that you just
created into &amp;#39;. That sure won't display as an apostrophe.




More information about the thelist mailing list