Le 12/11/2013 14:44, nando a écrit :
> Thanks Benoit, but actually, my question wasn't about how to get help for V2,
> it was
>
> is it still true that WRITE #file, s, 14
> will only write 14 bytes and NOT write the length first
> (as it did in other versions)
WRITE #hfile, s, 14 never wrote the s
nand...@nothingsimple.com, mailing list for gambas users
Sent: Tue, 12 Nov 2013 14:25:16 +0100
Subject: Re: [Gambas-user] Question READ WRITE in V3
> Le 12/11/2013 14:11, nando a écrit :
> > Benoit,
> > I use (still) v1.17 and v2 and I use the READ and WRITE statements
> > I
Le 12/11/2013 14:11, nando a écrit :
> Benoit,
> I use (still) v1.17 and v2 and I use the READ and WRITE statements
> I have not ported to v3 yet.
>
> When I was replying to someone's issue about READ
> I came across the V3 help for READ
>
> Question: is it still true that WRITE #file, s,14
> will
Benoit,
I use (still) v1.17 and v2 and I use the READ and WRITE statements
I have not ported to v3 yet.
When I was replying to someone's issue about READ
I came across the V3 help for READ
Question: is it still true that WRITE #file, s,14
will write 14 bytes and NOT write the length first
just a