Re: [Gambas-user] Embedded arrays

2015-10-05 Thread Moviga Technologies
Thanks for clarifying! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Embedded arrays

2015-10-05 Thread Moviga Technologies
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

Re: [Gambas-user] Embedded arrays

2015-10-05 Thread Benoît Minisini
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

Re: [Gambas-user] Embedded arrays

2015-10-05 Thread Tobias Boege
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

Re: [Gambas-user] Embedded arrays

2015-10-05 Thread Moviga Technologies
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

[Gambas-user] Embedded arrays

2015-10-05 Thread Moviga Technologies
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