Hi, I am making a small app with to generate HTML code for wiki use from various text boxes. ex: they put in the info for a monster, then it inserts the info in the appropriate place in the preset HTML code. ex2: someone puts in the name 'bob' in the text box then i have the code
Command1_Click()
text2.text = npc name & text1.text & . This npc is a boss!
end sub
the problem i am having is when i put in HTML code that uses "" symbols or generally any symbol, it has errors, isn't there a code block function? where it will just add the text in without trying to make it code in the app itself? does that make any sense?
Command1_Click()
text2.text = npc name & text1.text & . This npc is a boss!
end sub
the problem i am having is when i put in HTML code that uses "" symbols or generally any symbol, it has errors, isn't there a code block function? where it will just add the text in without trying to make it code in the app itself? does that make any sense?