I wanna make a program that sends a text with the quotation mark in it, but VB will accept it as a string content or a text content, how can i make a link like this
Private Sub_FormLoad ()
label1.caption = " "How can I make em like this" "
HELP!!!!
Printable View
I wanna make a program that sends a text with the quotation mark in it, but VB will accept it as a string content or a text content, how can i make a link like this
Private Sub_FormLoad ()
label1.caption = " "How can I make em like this" "
HELP!!!!
To insert a quote inside a string, simply use a double set of quotes. Thus, if you want a string to read:
My dog said "Woof"
you would assign it as follows:
StringVariable = "My dog said ""Woof"""
Hope that helps!
~seaweed
[This message has been edited by seaweed (edited 02-17-2000).]
Thanxx weed!!!!, and thanxx for giving me the link for that Mouse Move!!!!....... :)