Hi all, I'm really new to visual basic and I was trying to basically put a newline in after i print out a string. So something along the lines of:
textbox.Text = "hello world \n"
However, the \n doesnt seem to work. Anyknow the newline character for this?? or another way to do effectively the same thing? Thanks for you help.
textbox.Text = "hello world \n"
However, the \n doesnt seem to work. Anyknow the newline character for this?? or another way to do effectively the same thing? Thanks for you help.