Hi
I have the following code:
External device send me the following string : "TEST B4A" and in Log windows I see the received String
but in lab_test (label) it is not diplayed.
Where is a problem ?
Regards
Artur
I have the following code:
B4X:
Sub ast_NewText(Text As String)
Log(Text)
lab_test.Text = Text
End Sub
External device send me the following string : "TEST B4A" and in Log windows I see the received String
but in lab_test (label) it is not diplayed.
Where is a problem ?
Regards
Artur