Strange Textbox error
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
7 posts
Page 1 of 1
Hi I need to enter
as a textboxes text but if you do
Can anyone help me please
Code: Select all
"rs.setOutput("left", True)
as a textboxes text but if you do
Code: Select all
it wont allow it because of the fact that vb uses similar code it is for a programing laungague called lua I am building a sorta visual studio for it textbox1.text = "rs.setOutput("left", True)"
Can anyone help me please
You can use the quotemark characters in the textbox with this:
Code: Select all
TextBox1.Text = """rs.setOutput(""left"", True)"
okay that works only problem is that it removes some of the " mark :( any way to fix that
The general rule is to add 2 quotemark symbols and it will appear as 1 in the text.
"" = " in strings
CodenStuff wrote:Nope, it's just your sick and dirty mind. You sick twisted warped little pervo![]()
Figured it out thanks if I go LUA_Source.text= ("rs.setOutput("left", true)") then that works fine for me but thanks guys :P
7 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023