laredo512
Well-known member
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
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