riginal text document
> >> does is single sapced.
> >>
> >> Original tesxt file
> >> item1
> >> item2
> >> item3
> >>
> >> Saved text file
> >> string item1
> >>
> >> string item2
> >>
>
.
>
> Original tesxt file
> item1
> item2
> item3
>
> Saved text file
> string item1
>
> string item2
>
> string item3
>
> I think what his happening is when the items are read in lots of white space is
>attached to the end of the string.
>
> I
oes is
> single sapced.
>
> Original tesxt file
> item1
> item2
> item3
>
> Saved text file
> string item1
>
> string item2
>
> string item3
>
> I think what his happening is when the items are read in lots of white
> space is attached to the end of the
file
string item1
string item2
string item3
I think what his happening is when the items are read in lots of white space is
attached to the end of the string.
Is there a way to remove only trailing white space, from a string, but retain white
spaces with in the string?
thanks,
Marc
Marc Fromm