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.
 
Back
Top