[Gambas-user] Issue 443 in gambas: Array size limit???
gambas at ...2524...
gambas at ...2524...
Thu Jun 20 23:37:18 CEST 2013
Updates:
Status: WontFix
Labels: -Version Version-TRUNK
Comment #1 on issue 443 by benoit.m... at ...626...: Array size limit???
http://code.google.com/p/gambas/issues/detail?id=443
The Gambas array initialization is done at runtime. I.e., [...] is an
operator, and cannot take more than 63 arguments (this is a Gambas limit).
You can use that ugly trick to workaround the limitation:
Dim arr As Integer[] = [1, 2, ..., 63].Insert([64, 65, ... ]).Insert([127,
128, ...])
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list