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.




Posted 25 January 2013 - 04:20 PM
TextBox1.Text = "("TEXT GOES HERE")"
Posted 25 January 2013 - 04:28 PM
TextBox1.Text = "(""TEXT GOES HERE"")"
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
