[Gambas-user] Size of Gambas projects? How to obtain it by script? too many local variables?
Tobias Boege
taboege at gmail.com
Thu Nov 28 18:42:55 CET 2019
On Thu, 28 Nov 2019, ub2 at gmx.ch wrote:
> 2) I wrote a Public Sub running into a "too many local variables" error.
> Is there a way to raise this limit?
> (I'll rewrite it promised. But I'd still like to use in the meantime)
>
Interpreter limits are documented: http://gambaswiki.org/wiki/doc/limit
Local variables have a hard limit of 127 per sub, probably because of
bytecode constraints.
Regards,
Tobi
--
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
More information about the User
mailing list