Record Set List separated by Commas
- From: "Doug" <dtcress@xxxxxxxxxxxxxx>
- Date: Mon, 5 Sep 2005 14:07:29 -0500
Hello again,
I know some of my questions are pretty basic, but I am just learning and I
am not a programmer by trade. Here goes. I am listing items from a
recordset and want to separated them on the page by commas, but I don't want
a comma after the last field. Here is what I am using, but it puts a comma
after the last entry too. How do I get around this?
______________________________
Do Until RS.eof
Response.Write(RS3("OrgName"))
Response.Write","
RS.movenext
loop
______________________________
Thanks,
Doug
.
- Follow-Ups:
- Re: Record Set List separated by Commas
- From: Bob Barrows [MVP]
- Re: Record Set List separated by Commas
- From: Evertjan.
- Re: Record Set List separated by Commas
- From: Steven Burn
- Re: Record Set List separated by Commas
- Prev by Date: Re: No table border for blank cell
- Next by Date: Re: Record Set List separated by Commas
- Previous by thread: Autonumber baffeled
- Next by thread: Re: Record Set List separated by Commas
- Index(es):
Relevant Pages
|