I have a label view - I would like to concatenate two items of text separated by a new line character into it. The code below does not do it. Is there another way please?
B4X:
Dim myLabel As Label
Dim str1 As String
Dim str2 As String
myLabel.Text = str1t & " - \n" & str2