I am using the Wrap Text function and if I pass in a string such as:
local lotsOfText = "Lorem ipsum dolor sit amet, consectetur adipiscing elit.\n\nNunc euismod justo sapien, at sollicitudin lacus. Quisque vestibulum commodo felis id posuere."
Then the \n\n creates a paragraph break in the text, which is what I would expect.
However, if I retrieve some text which has \n\n in it, from a database, for example:
local lotsOfText = row.Info
Then the \n\n are displayed on the screen, rather than paragraph break.
Any help would be gratefully received! [import]uid: 72853 topic_id: 13783 reply_id: 313783[/import]