Community

SCI Programming => Mega Tokyo SCI Archive => Topic started by: AndyPanda on June 23, 2004, 02:19:51 AM

Title: Quotation marks
Post by: AndyPanda on June 23, 2004, 02:19:51 AM
Again, sorry for flooding the board here. But this is the last way out after hours of trying. Is there any way to have use the character " in a sentence in my game? For instance: Print("This is an "ironic" sentence"). Of course this will not work, since that character is used in the print-command. But the character is in the font, so it's gotta be possible to use it, right?
Title: Re:Quotation marks
Post by: Chris Cromer on June 23, 2004, 02:43:22 AM
I am not sure if it will work but try this:

Print("This is an \"ironic\" sentence")
Title: Re:Quotation marks
Post by: AndyPanda on June 23, 2004, 02:49:09 AM
Thanks a bunch Chris, it worked. I feel a little stupid for asking so much, but then again I'm sure someone else will have use for it sometime  :)
Title: Re:Quotation marks
Post by: Chris Cromer on June 23, 2004, 02:54:44 AM
Don't worry about it, I used to ask questions all the time. It's the best way to learn.