[Gambas-user] VariadicFunction to understand extra arguments

Gianluigi bagonergi at gmail.com
Thu Dec 17 00:00:16 CET 2020


Il giorno mer 16 dic 2020 alle ore 20:22 Bruce Steers <bsteers4 at gmail.com>
ha scritto:

>
> Your English is pretty good :)
> All i would say is the line...
> #Error: The expected data by the function are in a different number
> does not read right.
> would be simpler to write.
> Print "#Error: Wrong number of arguments."
> or even better..
>     Print ("#Error: " & IIf(Param.Count < value, "Not enough", "Too many")
> & " arguments!")
>
> Just that and you have flotting instead of floating.
>
> otherwise perfect :)
> Thanks again.
> BruceS
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>

Hi Bruce,

Thanks for the suggestions, I implemented them and added you as an author.
:-P

Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20201217/5fe21cd8/attachment-0001.htm>


More information about the User mailing list