|
-
Aug 10th, 2000, 02:27 AM
#5
Thread Starter
Junior Member
how to put values in order?
I'm having problem.
If I do like
<%
for x = 1 to NoOfEmail
objEMail.To=Mail_add
Mail_add=Email(x) & ", "
Next
response.write Mail_add
objEMail.To = left(Mail_add, len(Mail_add) - 2 )
%>
Then I get only first value, though I need get them like
Email(1),Email(2),Email(3),....Email(x), .
How do I put them that way?
Please help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|