Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quotes
#1
I am trying to show a message box that will say:

"YOUR NAME IS "JANE" FROM DALLAS"


Gives me a compiler error though because of the quotes before and after JANE. Is there a way to show it with the quotes?

Thank you!
#2
To insert this command, use Message Box dialog. When you use dialogs to insert commands, you don't have to worry about quotes, newlines and other unsafe characters.

Code:
Copy      Help
mes("YOUR NAME IS ''JANE'' FROM DALLAS")


Forum Jump:


Users browsing this thread: 1 Guest(s)