F FrankDev Active Member Licensed User Longtime User Aug 17, 2022 #1 hello how do you actually make a CRLF for BBCodeView1.Text Kind regards Frank
M Mahares Expert Licensed User Longtime User Aug 18, 2022 #2 Is this what you want to accomplish: B4X: BBCodeView1.Text = $"This is a first line ${CRLF} and this is a second line"$ Upvote 0
Is this what you want to accomplish: B4X: BBCodeView1.Text = $"This is a first line ${CRLF} and this is a second line"$
Erel B4X founder Staff member Licensed User Longtime User Aug 18, 2022 #3 Or: B4X: BBCodeView1.Text = $"This is a first line and this is a second line"$ Upvote 0
F FrankDev Active Member Licensed User Longtime User Aug 18, 2022 #4 hi thanks for the help with the tip as from Erel - so I had actually tried... but probably I was not left enough in the second line. Regards Frank Upvote 0
hi thanks for the help with the tip as from Erel - so I had actually tried... but probably I was not left enough in the second line. Regards Frank