Thanks for the reply Rich. Can I comment out this part? Should I change "if len(strEmail1(1))<3 then" to "if len(query2(1))<3 then"?? Do you want me to send more code?

Rich Hanson wrote:
It looks like an email address is supposed to be in query2(1). The 'split' command attempts to split the value in query2(1) into an array using '@' as the the separator character.

The error is occurring because the value in query2(1) does not have a '@' in it so strEmail1(0) is equal to query2(1) and there is no strEmail1(1). Because there is no strEmail1(1) you get the subscript out of range.

That's all I can tell from this script segment.

____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
      Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to