Re: Record Set List separated by Commas
- From: "Doug" <dtcress@xxxxxxxxxxxxxx>
- Date: Mon, 5 Sep 2005 17:01:00 -0500
Interesting. I am not a programmer but always trying to learn things to
better my knowledge in this area. I did look up this function and tried to
get it to work for what I want, but I can't seem to separate the values by
commas...I'll keep trying.
Thanks
Doug
"Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx> wrote in message
news:uvaUmZlsFHA.2008@xxxxxxxxxxxxxxxxxxxxxxx
> Doug wrote:
> > 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
>
> You've neglected the GetString function.
>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>
.
- Follow-Ups:
- Re: Record Set List separated by Commas
- From: Steven Burn
- Re: Record Set List separated by Commas
- References:
- Record Set List separated by Commas
- From: Doug
- Re: Record Set List separated by Commas
- From: Bob Barrows [MVP]
- Record Set List separated by Commas
- Prev by Date: Re: Record Set List separated by Commas
- Next by Date: Re: Record Set List separated by Commas
- Previous by thread: Re: Record Set List separated by Commas
- Next by thread: Re: Record Set List separated by Commas
- Index(es):
Relevant Pages
|