a problem with my code is it prints out multiple lines which is what i want, but then there is 1 more newline at the end.
How do I get rid of that newline? I can manually do it while the program is running but if i try to code it to do it itself how do i do it?
I tried textbox.appendtext(vbback) and textbox.text = textbox.textlength - 1
neither work.