Issue
Adding a line break to make text vertically scrollable.
Environment
SDK
Answer
For line breaks:
chr(10)
Example:
paragraph="this is line one"+chr(10)+"this is line two"+chr(10)+"this is line three"
Additional Resources
Issue
Adding a line break to make text vertically scrollable.
Environment
SDK
Answer
For line breaks:
chr(10)
Example:
paragraph="this is line one"+chr(10)+"this is line two"+chr(10)+"this is line three"
Additional Resources
Comments
0 comments
Please sign in to leave a comment.