Hi,
I have a weird problem using \n with display.newText
Example:
message[i].Question = "From what movie is the following movie quote:\nDo you like dags?"
local Question = display.newText( message[i].Question, 65, 50, "Century Gothic", 30 )
Above code works correctly displaying a new line, like:
From what movie is the following movie quote:
Do you like dags?
Now if i read the question data from an XML file with the same contents, it doesn’t create a newline, just the original string:
From what movie is the following movie quote:\nDo you like dags?
What am i doing wrong?
[import]uid: 50459 topic_id: 14093 reply_id: 314093[/import]
[import]uid: 84637 topic_id: 14093 reply_id: 51887[/import]
[import]uid: 84637 topic_id: 14093 reply_id: 52399[/import]