Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Outputting a string with quotation marks in it.
#1
Hi all! I'd really like to know how to insert a string with double quotes. Example:
Code:
insert("And Dave said, "Look out!"")
VB interprets Look out! as not part of the string. How do I solve this issue? Thanks!
#2
Sorry folks. Figured it out. Just use double quotes twice.
Code:
insert("And Dave said,""Look out!""")
#3
Well i read the first post and in my rush i was allmost about to post it

but good job anyways <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoTongueatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
[Image: 2hnx8av.jpg]
#4
Thanks for being there to help! I felt very stupid for not using Google first. <!-- sBig Grin --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt="Big Grin" title="Very Happy" /><!-- sBig Grin -->
#5
If you ever run into difficulty with this again, the following code will also work:
Code:
insert("And Dave said, " & Chr(34) & "Look out!" & Chr(34))
My Blog | My Setup | My Videos | Have a wonderful day.
#6
Thanks! have you gotten any ideas about the Autocomplete?
#7
Autocomplete is on the default textboxes and easy to use ^^
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoTongueatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
[Image: 2hnx8av.jpg]
#8
Nick Wrote:Thanks! have you gotten any ideas about the Autocomplete?

Unfortunately, I have not had any time to look into it. Sorry about that!

xolara Wrote:Autocomplete is on the default textboxes and easy to use ^^

He is referring to the autocomplete feature found in Pavel Torgashov's Fast Colored TextBox control.
(http://www.codeproject.com/KB/edit/FastC...x4072439xx)
My Blog | My Setup | My Videos | Have a wonderful day.
#9
Would you have any ideas about that, xolara? I'm using it in open eXpressions, and it will probably be used in HTML-IDEx.
#10
Any ideas anyone?
#11
Sorry didnt notice i will try and have a look at it
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoTongueatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
[Image: 2hnx8av.jpg]
#12
Thanks!
#13
Uh since my computer died on me i havnt been able to look into it Sorry :/ but i will if i get my new parts on monday!
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoTongueatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
[Image: 2hnx8av.jpg]
#14
Ok. Thanks! This is gonna be really helpful. I have included your name in the credits.
#15
Hey i am alittle confused atm and to well understand it all could you maybe explain what you need and i will look into it right now <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->
Website: <!-- m --><a class="postlink" href="http://www.PBAProductions.com">http://www.PBAProductions.com</a><!-- m -->
E-Mail: <!-- e --><a href="mailtoTongueatrick@AriSystems.Org">Patrick@AriSystems.Org</a><!-- e -->
Skype: Qwaxer
Youtube: Qwaxer
[Image: 2hnx8av.jpg]
#16
Thanks! I'm just trying to use the autocomplete feature included with the control.


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems with dividing a string brco900033 6 21,810 10-26-2013, 07:31 AM
Last Post: brco900033
  Search ListBox + Convert ListBox.item to string brco900033 3 13,701 09-13-2012, 03:03 PM
Last Post: brandonio21
  How to write string query on multiple lines kismetgerald 1 8,432 08-29-2012, 04:01 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)