My code for the box looks like this
Output.Text += "Starting New Run!!! \n";
How ever. It ignores the newline. It should print
Starting new run!
Starting new run!
Starting new run!
instead it prints
Starting new run!Starting new run!Starting new run!




Reply With Quote