Hi, I'm trying to clean up a string for parsing and have filtered
out the ampersands etc. However quotes seem to be a problem:
arrItemTitle08(a) = replace(arrItemTitle08(a), """, " & quot ; ")
(I added the spaces in & quot ; just as to show, because my browser
was replacing the space less quote-code with a ")
Resulting in the following:
Microsoft VBScript compilation error '800a03ee'
Expected ')'
file.asp, line 80
arrItemTitle08(a) = replace(arrItemTitle08(a), """, " & quot ; ")
----------------------------------------------------------^
Somebody know how to replace the quote? (I tried putting it between '' but to no avail).
Greets & thanks,
Dominic