Change it to "somebody@@wellpoint.com" It is documented in the "@ - Escape character" topic. : On version 2.4.11 and earlier, the following string: 'somebody@wellpoint.com' : becomes : 'somebody6ellpoint.com' : Try this to see: Dim strEmail string : Set( strEmail, "somebody@wellpoint.com" ) : MessageBox( strEMail) : I could not find anything on this in the : documentation or the discussion board or the : known bugs list. : Please tell me how to work around this. : Thank you.
|