Re: [Gambas-user] Release of Gambas 2.9

2008-11-01 Thread Laurent Carlier
Le jeudi 30 octobre 2008 15:30:30 Benoit Minisini, vous avez écrit : > Hi, > > Finally, two months after the release of Gambas 2.8, here is a new version. > > The main changes are: > > * The code editor can now use any font. Consequently, you will be able to > use chinese and other non western lang

Re: [Gambas-user] Please help with directory problem

2008-11-01 Thread Ron_1st
On Friday 31 October 2008, Kari Laine wrote: > On Fri, Oct 31, 2008 at 11:52 PM, Kari Laine <[EMAIL PROTECTED]> wrote: > > > On Fri, Oct 31, 2008 at 2:57 PM, Benoit Minisini < > > [EMAIL PROTECTED]> wrote: > > > >> On vendredi 31 octobre 2008, Kari Laine wrote: > >> > Thanks Benoit ! > >> > >> I o

Re: [Gambas-user] Regular expressions

2008-11-01 Thread Markus Schatten
Just if someone needs it, I've added an optional argument submatchindex that will return the matches of a given submatch. PRIVATE FUNCTION FindAll(subj AS String, pattern AS String, OPTIONAL submatchindex AS Integer = 0) AS String[] DIM re AS Regexp DIM matches AS NEW String[]

Re: [Gambas-user] Please help with directory problem

2008-11-01 Thread Kari Laine
On Sat, Nov 1, 2008 at 9:19 AM, Doriano Blengino < [EMAIL PROTECTED]> wrote: > Kari Laine ha scritto: > Anyway, why don't you use a simpler "mkdir -p "? > I didn't remember it ? Thanks > I read your other subsequent message too, about the error, and noticed > you solved. > So, you *can* wor

Re: [Gambas-user] Please help with directory problem

2008-11-01 Thread Doriano Blengino
Kari Laine ha scritto: > On Fri, Oct 31, 2008 at 2:57 PM, Benoit Minisini < > [EMAIL PROTECTED]> wrote: > > >> On vendredi 31 octobre 2008, Kari Laine wrote: >> >>> Thanks Benoit ! >>> >> I often forget the WAIT keyword after a SHELL or EXEC command, so now I >> think >> this syntax