Gambas-it

Gambas3 => Domande tecniche => Topic aperto da: vuott - 28 Gennaio 2014, 09:01:29

Titolo: Problema su ByteArray superiore a 63 elementi
Inserito da: vuott - 28 Gennaio 2014, 09:01:29
Vi riporto questa discussione apparsa nella M.L. ufficiale:


" Hello,
 i need to write more than 63 Bytes to an Byte[] in a structure.

 How to do this job ?

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 "


" Benoit,

may you please explain what the "maximum function size" is and which
limits to take care here.
If possible as an example.

wally
"