Quotes within a text string
(Thursday, December 23, 2004)
Found the following interesting discussion in the Newsgroups:
Quotes within a text string by:Anonymous
| ADVERTISEMENT Is there any way to display quotes Themselves - within a text string
textbox1.text = "This is a "test" of inserting quotes".
I want to actually use quotes within this string around the word test - but the program picks this up as me ending the string and then obviously does not like the work test just sitting there and then it tries ot start up the string again.
Is there a way to insert a special ascii character?
thanks.
| | | Reply: by:hirf-spam-me-here@gmx.at (Herfried K. Wagner [MVP])
| | | \\TextBox1.Text = "This is a ""test"" of inserting quotes" ///
-- Herfried K. Wagner [MVP]
|
Posted by Xander Zelders

|
|
|
|
0 Comments:
Post a Comment
<< Home