On Tuesday, July 30, 2002 at 13:02, Adam Cork wrote:
AC> Thanks Darren,
AC> I've been trying to do this, maybe it's my asp that's wrong? I've currently
AC> got:
AC> ----------
AC> szTest = rsTest.Fields("Data")
AC> replace szTest, "&", "&"
you need to assign the value of the replace to something:
szTest = replace(szTest, "&", "&")
and make sure you have a semi-colon on the of the '&'.
hth,
darren.
____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED]
Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
http://wdvl.internet.com/WDVL/Forum/#sub
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]