[Gambas-user] Limit on inline array elements

Benoît Minisini gambas at ...1...
Mon May 27 15:03:29 CEST 2013


Le 27/05/2013 14:27, Tobias Boege a écrit :
> Hi,
>
> we got mail from a guy who gets a (roughly translated) "Too many arguments"
> error when he tries to create an inline array like:
>
> ---
>    element = ["H", "He", ...]
> ---
>
> with 105 elements within the brackets. I don't know what he's trying to do
> but he says it's OK with 50 elements. So what's the limit here? Sorry, I'm
> too lazy to try to find that out by experimentation.
>
> Regards,
> Tobi
>

63 : the maximum number of arguments of a function call.

-- 
Benoît Minisini




More information about the User mailing list