[Gambas-user] Question on ByteArray > 63 elements

Benoît Minisini gambas at ...1...
Tue Jan 28 01:49:05 CET 2014


Le 26/01/2014 18:03, wally a écrit :
> Hello,
>
> i need to write more than 63 Bytes to an Byte[] in a structure.
>
> How to do this job ?
>
> mini example attached
>
>
> thank you wally
>

Since revision #6110 the number of elements in the array constructor 
operator ([ ... ]) is now only limited by the maximum function size, 
which should lead to about 32000 elements, depending on what you put in 
your array.

Regards,

-- 
Benoît Minisini




More information about the User mailing list