[thelist] vbCrLf or vbNewLine in .NET?

Ken Schaefer Ken at adOpenStatic.com
Thu Aug 2 21:08:15 CDT 2007


If this is .Net then

System.Environment.NewLine

Will do what I think you want to do :-)

Cheers
Ken

-----Original Message-----
From: thelist-bounces at lists.evolt.org [mailto:thelist-bounces at lists.evolt.org] On Behalf Of Joel D Canfield
Sent: Friday, 3 August 2007 5:16 AM
To: thelist at lists.evolt.org
Subject: [thelist] vbCrLf or vbNewLine in .NET?

here's the error I get, using either:

    BC30451: Name 'vbNewLine' is not declared.

of course, if I use vbCrLf that's what's not declared.

how do y'all insert line breaks in your code for readibility when
viewing the page source?

joel




More information about the thelist mailing list