These do not seem to work:
Annoying. Line changes do not seem work, \n"+ "+ \n"\ "\ don't seem to do it. I don't want to type a helluva long string on one line. How to do this?Code:#define qtn_text \ "lots of text here\n"\ "more text here\n"\ "still more text"



