Re: Sending multi line email message from vb?

From: Bryan Dickerson (txprphan_at_netscape.net)
Date: 10/13/04


Date: Wed, 13 Oct 2004 10:54:46 -0500

I heard that vbNewLine is ever so slightly faster than vbCrLf. Some site I
saw recently said that it just performs slightly faster... strange, but I
haven't noticed any degradation.

"Bob O`Bob" <filterbob@yahoogroups.com> wrote in message
news:416D4D09.594F@yahoogroups.com...
> Mike wrote:
> >
> > "Bob Butler" <tiredofit@nospam.com> wrote in message
> > news:ug4wWRTsEHA.3320@TK2MSFTNGP15.phx.gbl...
> >
> > > Chr(13) is a carriage return but you need both that and Line Feed to
> > > indicate end-of line
> > > Try using Chr$(13) & Chr$(10) or vbCRLF or vbNewLine
> >
> > What's the difference between vbNewLine and vbCrLf ?
>
>
> None.
> But there might have been in the future, had VB continued to evolve.
>
>
>
> Bob