tmp123 <[EMAIL PROTECTED]> wrote:
>
>After review the "struct" documentation, it seems there are no option
>to pack/unpack zero terminated strings.
Right. Just as there is no way to describe such a thing as a C struct.
You'll have to unpack the fields by hand, which is that case won't be hard.
--
On May 2, 11:13 pm, John Machin <[EMAIL PROTECTED]> wrote:
> On May 3, 12:01 am, Laurent Pointal <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
>
> >tmp123a écrit :
>
> > > Hello,
>
> > > Thanks for your time.
>
> > > After review the "struct" documentation, it seems there are no option
> > > to pack/unpac
On May 3, 12:01 am, Laurent Pointal <[EMAIL PROTECTED]> wrote:
> tmp123 a écrit :
>
> > Hello,
>
> > Thanks for your time.
>
> > After review the "struct" documentation, it seems there are no option
> > to pack/unpack zero terminated strings.
>
> > By example, if the packed data contains: byte + ze
tmp123 a écrit :
> Hello,
>
> Thanks for your time.
>
> After review the "struct" documentation, it seems there are no option
> to pack/unpack zero terminated strings.
>
> By example, if the packed data contains: byte + zero terminated string
> + zero terminated string + byte, it seems no possib
tmp123 a écrit :
> Hello,
>
> Thanks for your time.
>
> After review the "struct" documentation, it seems there are no option
> to pack/unpack zero terminated strings.
>
> By example, if the packed data contains: byte + zero terminated string
> + zero terminated string + byte, it seems no possib
Hello,
Thanks for your time.
After review the "struct" documentation, it seems there are no option
to pack/unpack zero terminated strings.
By example, if the packed data contains: byte + zero terminated string
+ zero terminated string + byte, it seems no possible to unpack it
using "struct".
Pl