No idea? I need it in a modul to steup the main configs
> I can ssetup an array like
>
> STRtest as string[] = ["a","b","c"]
>
> Can I do the same incollections + pecifie the indexname /number ?
-
This SF.Net email is sponso
I can ssetup an array like
STRtest as string[] = ["a","b","c"]
Can I do the same incollections + pecifie the indexname /number ?
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the cooles
Hello,
I would like to ask, is there someone who has a gambas JSON component?
--
Arief Bayu Purwanto
About : http://about.freelancer.web.id/
Blog : http://bayu.freelancer.web.id/
-
This SF.Net email is sponsored by the Mobli
I dont think you could "package" gambas for gentoo per say...
If you got gentoo users that want to run yoru gambas application, you
can have them install gambas manually.
Gentoo doesn't do packages AFAIK.
On Fri, Jul 25, 2008 at 3:31 PM, jbskaggs <[EMAIL PROTECTED]> wrote:
>
> Could somebody wr
Hello,
but how cani add some fields after the definition?
>arsMyStrings AS String[]
>
>outside of functions.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based appli
Stefan Miefert wrote:
> Hello,
>
> and how can i use this Array as a public var?
>
>
>
>> DIM arsMyStrings AS String[]
>>
>
>
> -
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build
arsMyStrings AS String[]
outside of functions.
Steven
Le lundi 28 juillet 2008 à 13:11 +0200, Stefan Miefert a écrit :
> Hello,
>
> and how can i use this Array as a public var?
>
>
> > DIM arsMyStrings AS String[]
>
>
> -
Perhaps an array with collections as it's elements is usefull for you
DIM list AS NEW Variant[]
DIM col AS NEW Collection
IF list.count < n+1 THEN
list.Resize(n+1)
ENDIF
IF list[n]=NULL then
col = NEW Collection
list[n] = col
ENDIF
list[n][key] = value
Am Montag, 28
Hello,
and how can i use this Array as a public var?
> DIM arsMyStrings AS String[]
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SD
HEllo,
i need a dynamic array and, if possible, I need text values for the index. All
Isee in documentations, thi sisnt possible on arrays.
I come from php an the array in php handle this all and very easy:) Is their
and way to do this in gambas?
> I don't think you can create a multidimensio
Furthermore, i tested this with my real apps:
They produce a sig 11 in the ide
direct they just quit immediately, without any message.
Steven
Le lundi 28 juillet 2008 à 10:34 +0200, Steven Lobbezoo a écrit :
> It is attached.
> However: the problem changed a bit.
> With this project, I only get
Benoit Minisini wrote:
> Hi,
>
> I finally succeeded in fixing Gambas for gcc 4.3, and therefore OpenSuse 11.
>
> For all people being in that case, please compile the latest version of
> Gambas
> 2.x (revision >= 1486), and tell me if everything is ok.
>
> The fixes have not been yet ported to G
Il lunedì 28 luglio 2008 08:31:05 Stefan Miefert ha scritto:
> Hello,
>
> how can i set and get a multidimensionally collection I can call like this
>
> mycollection['dimension1']['dimension2']
>
> Thanks for any help
>
> -
> T
It is attached.
However: the problem changed a bit.
With this project, I only get the sig 11 if i run it from the ide, if i
run the .gambas file
directly, all is ok !
Steven
Le lundi 28 juillet 2008 à 10:19 +0200, Benoit Minisini a écrit :
> On lundi 28 juillet 2008, Steven Lobbezoo wrote:
>
On lundi 28 juillet 2008, Steven Lobbezoo wrote:
> Hi,
>
> I'm afraid not.
> still got the same signal 11
> sorry,
>
> Steven
>
Can you send me a little project that crashes at the same place as yours?
--
Benoit Minisini
-
Hi,
I'm afraid not.
still got the same signal 11
sorry,
Steven
Le lundi 28 juillet 2008 à 01:22 +0200, Benoit Minisini a écrit :
> Hi,
>
> I finally succeeded in fixing Gambas for gcc 4.3, and therefore OpenSuse 11.
>
> For all people being in that case, please compile the latest version of
16 matches
Mail list logo