putting a string containing quotation marks into a variable
Posted: Sat Apr 11, 2009 6:17 pm
Here is what I am trying to do. I need to have my user create an html link by entering the url and the clickable text. This is what I have been trying
It does not work, I assume, because of the quotation marks in the string
How can I do it?
Code: Select all
put "<a href="" & tHtmlLink & "">" & tTextToClick & "</a>" into tNewTag
How can I do it?