Thanks Erel,
No Pad is not what i need.
B4Xserializator seems fine. But how does he recognize the structure ?
in that exampel with Type Message (Name As String, Age As Int)
If there would be Firstname as string, LastName as string)
How does he know where firstname ends and Lastname begins ?
Must both side use the B4XSerializator ? Then i can't use it.
Or where do i tell the Serializator how long my fields are?
I just want to put a long String with Hex Data into a structure, where i exactly know how many bytes each element has.
"48616C6C6F000C"
48616C6C6F = Hallo (String, lenght = 5)
000C = 12 (integer)
want to move the hex string into structure string(10) ,zahl(4)
I just need to define a string with a specific length, but that seems not possible.
Thanks a lot
Marion