Im having a problem with this code:
Code:
TextBox1.Text = (TextBox1.Text + "hello")
I want it do add "Hello" when someone clicks a button that changes the text of TextBox1. Im doing something wrong as the program crashes. What am i doing wrong?