|
-
Aug 24th, 2003, 03:50 PM
#1
Thread Starter
Frenzied Member
Environment.NewLine
Let's use Environment.NewLine instead of vbCrLf!
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Aug 24th, 2003, 04:46 PM
#2
-
Aug 24th, 2003, 07:12 PM
#3
I wonder how many charact
Actually... I sometimes wonder exactly what would be more efficient to use... NewLine is a function that returns two characters... yet you could easily just define a variable as NewLineFeed = {Chr(13), Char(10)}
Thoughts?
-
Aug 24th, 2003, 07:32 PM
#4
Originally posted by nemaroller
Actually... I sometimes wonder exactly what would be more efficient to use... NewLine is a function that returns two characters... yet you could easily just define a variable as NewLineFeed = {Chr(13), Char(10)}
Thoughts?
It's VB, so obviously efficiency isn't it's strong point, so use whatever is easier
-
Aug 24th, 2003, 07:56 PM
#5
I wonder how many charact
Efficient as compared to what?
-
Aug 24th, 2003, 11:30 PM
#6
Thread Starter
Frenzied Member
It's the matter of a portable application. Environment.NewLine returns the new line character in the environment it runs, no matter its windwos, linux, ...
'Heading for the automatic overload'
Marillion, Brave, The Great Escape, 1994
'How will WE stand the FIRE TOMORROW?'
Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979
-
Aug 25th, 2003, 08:34 AM
#7
I wonder how many charact
How many other OS's is .Net on right now? I think I heard something about a Unix version coming out...
and a FreeBSD version is out right now?
-
Aug 25th, 2003, 10:51 AM
#8
Sleep mode
Originally posted by nemaroller
How many other OS's is .Net on right now? I think I heard something about a Unix version coming out...
and a FreeBSD version is out right now?
Yes , special edition of .NET Framework which supports Unix and Linux . For C# , it's already there . VB.NET should wait a little longer .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|