PDA

Click to See Complete Forum and Search --> : Printing Scripts in a plain textbox


Lance
Jul 21st, 1999, 04:47 AM
I am making a script archive program in VB that has menus for JavaScript, VBScript, DHTML, Etc... When you click a specific script, it writes it in a plain text box. But it errors when it reads, for example, the "}" character in a JScript. I used - Const QUOTE = """" - or - Const QUOTE = 34 - to print quotation marks in the text box, but this doesnt work for ALL the characters...any suggestions?

--[Lance]