March 22, 201114 yr Hi, A script I'm writing includes a perform search on email addresses. However, the @ symbol is causing problems. Is there a way to search for a full email addresses? The result returned is that there were no matches. Thanks
March 22, 201114 yr The @ character is a reserved symbol - you need to escape it, e.g.: who\@where.com
March 23, 201114 yr Hi, A script I'm writing includes a perform search on email addresses. However, the @ symbol is causing problems. Is there a way to search for a full email addresses? The result returned is that there were no matches. Thanks Hi, you could try thsi Enter Find Mode [] Set Field [ Database Name:: Email Field Name] that may find the email addresses for you
March 23, 201114 yr you could try thsi Enter Find Mode [] Set Field [ Database Name:: Email Field Name] that may find the email addresses for you No, it may not.
Create an account or sign in to comment