How to show long string in Text Object

I have a long string and I want to show it by Text.
But with display.newText(), I cannot show my long string fully
Please help me! [import]uid: 81795 topic_id: 14984 reply_id: 314984[/import]

I cannot recollect the address of the thread where some user has posted how to display text in paragraph format, you are unable to display your long text in display.newText() object as there is only so much that one line can display.

This snippet of code breaks the string up into smaller pieces and display them together as a paragraph.

a little search on the forums should get you that code.

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 14984 reply_id: 55321[/import]

Thanks, I found it:
http://developer.anscamobile.com/code/wrap-text [import]uid: 81795 topic_id: 14984 reply_id: 55346[/import]