Hello, I'm trying to display some commands inside of a TextBox to other people. I'm using this textbox code:
It's giving me a "End of statement expected" error. Can anyone help me with this? It's probably just an easy fix.
TextBox1.Text = "("TEXT GOES HERE")"
It's giving me a "End of statement expected" error. Can anyone help me with this? It's probably just an easy fix.