Hi
I want to assemble messages for the Open Sound Control (OSC) protocol which requires padding out parts of the message with NULL values.
What would be the best way of doing that?
I assume I want to Dim Message() As Byte, but how to I append NULLs where I want them?
Cheers
Paul
I want to assemble messages for the Open Sound Control (OSC) protocol which requires padding out parts of the message with NULL values.
What would be the best way of doing that?
I assume I want to Dim Message() As Byte, but how to I append NULLs where I want them?
Cheers
Paul