[Gambas-user] Calling Function for Array List Forms

Hasan Merkit hasanmerkit at outlook.com
Wed May 12 18:12:32 CEST 2021


I do not understand what you mean.
I just ask how i can call >> A Function << for all array items.

If i do this:
Dim ExampleArray As Form[] = [“form1”, “form2”, “form3”]

I want works this:
AnFunction(form1)
AnFunction(form2)
AnFunction(form3)

This not works:
AnFunction(ExampleArray[])
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210512/267262fd/attachment.htm>


More information about the User mailing list