Hi,
I am displaying all the email address in a textarea and i have a small problem
the code is like this
<%
do while not rs.eof
names=names & rs("Email") & ","
rs.movenext
loop
%>
<textarea name="email1" id="email1"><%=names%></textarea>
there is a comma after the last email
can someone tell me how to get rid of that comma
todd



LinkBack URL
About LinkBacks
Reply With Quote


Bookmarks