B4J Question TextArea with return character

strupp01

Active Member
Licensed User
Longtime User
Is it possible to search for a return character, which is set in the textArea?
 

stevel05

Expert
Licensed User
Longtime User
You can find it's position:

B4X:
Log(TextArea1.Text.IndexOf(CRLF))
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…