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 "