Or, instead of creating your own line feed, just use Environment.NewLine
--
Thanks
Wayne Sepega
Jacksonville, Fl
"When a man sits with a pretty girl for an hour, it seems like a minute. But
let him sit on a hot stove for a minute and it's longer than any hour.
That's relativity." - Albert Einstein
"Christian Wilhelm" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Try using
>
> string lineFeed = "\r\n";
>
> instead.
>
> Sincerly,
> Christian
>
> "Keith Smith" <(E-Mail Removed)> schrieb im Newsbeitrag
> news:kL2Qd.27231$uc.18676@trnddc09...
> > What am I doing wrong?
> >
> > string x = (char)13+(char)10;
> >
>
>
|