anallie0 Active Member Licensed User Longtime User Apr 12, 2012 #1 I have an app. with a EditText where I insert a text via code. you can format the individual lines with characters such as & CRLF &? thank you very much
I have an app. with a EditText where I insert a text via code. you can format the individual lines with characters such as & CRLF &? thank you very much
Erel B4X founder Staff member Licensed User Longtime User Apr 12, 2012 #2 Something like: B4X: EditText1.Text = "First line" & CRLF & "Second line" Upvote 0
anallie0 Active Member Licensed User Longtime User Apr 12, 2012 #3 ok this for the carriage return. But if I put in bold or italic or centered or justified one line? There are codes about? Upvote 0
ok this for the carriage return. But if I put in bold or italic or centered or justified one line? There are codes about?
Erel B4X founder Staff member Licensed User Longtime User Apr 14, 2012 #4 You should use the RichString library for that. Upvote 0