Help

  • Thread starter Thread starter Amut
  • Start date Start date
A

Amut

I am displaying a comma-delimited string from the database. There need to be a
space between the comma values. So I used the replace function and it works fine.
But between the last line and the last but one line there is always a space, as
shown below. What is the problem? Is there a way to avoid this? Thanks.

abc, edf, erh, ryr, tut,
fgr, ttu, ryr, riri, ruruir,

wen, ern, ert


___
Newsgroups brought to you courtesy of www.dotnetjohn.com
 
Amut said:
I am displaying a comma-delimited string from the database. There
need to be a space between the comma values. So I used the replace
function and it works fine. But between the last line and the last
but one line there is always a space, as shown below. What is the
problem? Is there a way to avoid this? Thanks.

abc, edf, erh, ryr, tut,
fgr, ttu, ryr, riri, ruruir,

wen, ern, ert

Well, you'll have to show us the input, and your code. Without those,
the very best we could do is guess.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top