Trying to set the text of panel to a word with a space followed by a variable seems to result in the variable not being display, is this a bug or something I'm doing wrong?
Only displays Distance and no varable.
This works but I want a space after the word.
Also tried using & Chr(32) same result???
B4X:
pnl1.Text = "Distance " & DtoTarget
Only displays Distance and no varable.
This works but I want a space after the word.
B4X:
pnl1.Text = "Distance" & DtoTarget
Also tried using & Chr(32) same result???