|
-
November 23rd, 2005, 10:00 PM
#1
txtbox.Text = """
when i put
ElseIf txtbox.Text = """ Then
it gives me a message box saying
Compile error:
Expected: Then
i need to make a response for a textbox displaying the single character " is there some way to make it work? by using brackets or anything?
-
November 23rd, 2005, 10:09 PM
#2
-
November 23rd, 2005, 11:02 PM
#3
Re: txtbox.Text = """
"""" Works very well, but I find it confusing sometimes, for clarity, you can also use (it's the same thing): txtbox.Text = chr(34)
JeffB
-
November 24th, 2005, 03:56 AM
#4
Re: txtbox.Text = """
agreed
txtbox.Text = chr(34) is the right way to doing all this.
I'M BACK AGAIN !!
-------------------------------------------------------------------------
enjoy the VB ! 
If any post helps you, please rate that.
Always try to findout the Solutions, instead just discussing the problem and its scope!

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|