When I try code in the emulator for UDP like this :
Dim Packet As UDPPacket
Dim data() As Byte
data = ("-01"&edittext4.text&"SAY " & EditText1.text).GetBytes("UTF8")
Packet.Initialize(data, edittext2.text,EditText3.text)
I would thing there would be no space between edittext4.text and the "SAY "
However a space is placed there in the emulator and not when I compile and load to a device.
V1.6 didn't have this error and I didn't load 1.7 till Dec it has taken me a while to fine it. I just installed 1.8 and then bug is still there.
:sign0161: