Thanks for clarifying!
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
Well, at least it confirms to me that they are normally not used :)
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinf
Le 05/10/2015 21:44, Moviga Technologies a écrit :
> If my question remains unanswered because it was not clear, this is what
> I meant:
>
> When do you want to use:
> Dim sText[] As String
>
> instead of:
> Dim sText As String[]
>
> According to the wiki it seems they can only be used with native
On Mon, 05 Oct 2015, Moviga Technologies wrote:
> If my question remains unanswered because it was not clear, this is what
> I meant:
>
> When do you want to use:
> Dim sText[] As String
>
> instead of:
> Dim sText As String[]
>
> According to the wiki it seems they can only be used with native
If my question remains unanswered because it was not clear, this is what
I meant:
When do you want to use:
Dim sText[] As String
instead of:
Dim sText As String[]
According to the wiki it seems they can only be used with native data
types? Is that why the book 'Beginners Guide to Gambas' calls
What exactly is a usage scenario for embedded arrays?
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-use