Re: [Gambas-user] Benoît is over for at least one week

2013-03-12 Thread Ron
Tell him to buy a Chromebook Pixel, it's great for Gambas development. ;P Regards, Ron_2nd. 2013/3/12 Fabien Bodard : > Its computer is broken, and he will don't have the new one before one week > . So he join me to inform every one that he can't work on gambas during > this time. > > Regards > --

[Gambas-user] Benoît is over for at least one week

2013-03-12 Thread Fabien Bodard
Its computer is broken, and he will don't have the new one before one week . So he join me to inform every one that he can't work on gambas during this time. Regards -- Fabien Bodard -- Symantec Endpoint Protection 12 posi

Re: [Gambas-user] Gambas2: Replace doesn't replace

2013-03-12 Thread Rolf-Werner Eilert
Am 12.03.2013 13:54, schrieb Ricardo Díaz Martín: > Hi Rolf, > > You have to use in your code > > txt = Replace(txt, alterString, neuerString) > > instead of > > Replace(txt, alterString, neuerString) > > Aaaah grr - I made just the same mistake last week but found it after some time :-) "S

Re: [Gambas-user] Gambas2: Replace doesn't replace

2013-03-12 Thread Ricardo Díaz Martín
Hi Rolf, You have to use in your code txt = Replace(txt, alterString, neuerString) instead of Replace(txt, alterString, neuerString) In http://gambasdoc.org/help/lang/replace?v2 you can see as Replace works: *Result* *= Replace (* *String* *,* *Pattern* *,* *ReplaceString* [ *,* *Comparison

[Gambas-user] Gambas2: Replace doesn't replace

2013-03-12 Thread Rolf-Werner Eilert
Hi folks, This is a just another case for me to experience trouble with Replace. Look at this: PUBLIC SUB ReplaceStringDruckformulare(kartei AS String, alterString AS String, neuerString AS String) DIM pfad, datei, txt AS String pfad = ini.pfadKarteien() &/ kartei &/ "texte" FOR EACH da