Name:
Anonymous
2006-09-30 14:04
Whats the code for a new line in Visual Basic? I forgets.
Name:
Anonymous
2006-10-02 19:16
Actually for C# you technically should use Environment.NewLine if I remember correctly. That way it works on multiple platforms.