How can I format the message I receive from b4j?
----> b4a
In this condition I receive the message like this:
Message data: ID 0:1532168813401338%959093b8f9fd7ecd, Data {body=GOOD DAY, title= HELLO}
I should delete this when I put the message in a label
then enter it here
thank you
----> b4a
B4X:
map = CreateMap("title1":"","body1":Message.GetData)
In this condition I receive the message like this:
Message data: ID 0:1532168813401338%959093b8f9fd7ecd, Data {body=GOOD DAY, title= HELLO}
I should delete this when I put the message in a label
B4X:
{body= , title= }
then enter it here
B4X:
Label3.Text = root.Get ("body1")
thank you
Last edited: