Android Question AStreams InitializePrefix

gruizelgruis

Member
Licensed User
Longtime User
Hi all.
It has been a while. And I need to update an existing project.
The app listens to and comunicates with a VB6 program.

All I want to do is convert the app to use AStreams with prefix.
Now my question is. How do I go about this with VB6

It looks like a character in VB uses 2 byte
lenB("mystring") returns 16 Is this correct ?

Hoe do generate the 4 bytes with the value if the byte length ?

PLease advice
 
Top