laredo512 Posted August 14, 2005 Posted August 14, 2005 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 Quote Laredo512 * using VS.NET Pro 2003 *
IngisKahn Posted August 14, 2005 Posted August 14, 2005 """" - two doule-quotes is the escape sequence for double-quotes in VB and In C# literal strings. Quote "Who is John Galt?"
laredo512 Posted August 17, 2005 Author Posted August 17, 2005 """" - two doule-quotes is the escape sequence for double-quotes in VB and In C# literal strings.thanks for the information Quote Laredo512 * using VS.NET Pro 2003 *
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.