How to remove double quotes in a file name?

laredo512

Well-known member
Joined
Jan 6, 2004
Messages
88
Location
Far enough to see snow in winter
Hi,

I got a DB that contains file names. For some unknown reason, some of the entries contain a double quote ( " ).

Using the replace function, I eliminated all other invalid characters from the names and the only one remaining is that darn double quote.

How would I use the name = replace(name, """, "") ?

Thanks
 
Back
Top