Basically, I read a part of a file, which is the description, which goes into a label, the 'description ' can be changed in the file, accordingy to what you want it to be. So, pretty much I need a way to insert line breaks between every few characters. And for some reason, \n in a file, thats read and put directly into a label, is different than adding "\n" in the compiler, onto the label......

Using the \n for a line break....
PrashG
Stark77
this.label1.Text = "nobugz\\nwaz here";
Delete the extra backslash and you're in business...
TomGoossens
Ketan1985
Kamii47