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* work out by

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 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 often forget the WAIT