robertiii
Oct 03, 2017 - 16:56
How would I convert “” to a newline in a textview? Also how would I convert when a user enters a return to “”?
How would I convert “” to a newline in a textview? Also how would I convert when a user enters a return to “”?
a newline is '\n'. str.replace should work for this.
Why not post a simple example of what you've tried, and where you are getting stuck...
I was using a forward slash instead of backslash