Hi all.
I'm trying to code a very basic Xml Excel Generator, and I'm workin with
a collection. This is my code:
' Gambas class file
Inherits Collection
Public Function Add($ID As String) As Style
Dim $style As New Style($ID)
Super.Add($style, $ID)
Return $style
End
Public Funct
Benoit,
Australia, Sunday is the 1st day of the week.
Regards
Mike
On Thu, 2010-08-26 at 17:35 +0200, Benoît Minisini wrote:
> > Hi,
> > I would like an option in DateChooser to display Sunday as the 1st day of
> > the week on DateChooser. Presently Monday (the 2nd day of the week) is
> > displ
> From: gb.france1...@gmail.com
> To: gambas-user@lists.sourceforge.net
> Date: Thu, 26 Aug 2010 18:17:34 +0200
> Subject: Re: [Gambas-user] maverick gambas3 compilation error
>
> Le jeudi 26 août 2010 à 17:30 +0200, Benoît Minisini a écrit :
> > > Hi,
> > >
> > > I tried compiling gambas3 on