Re: [Gambas-user] R: Valid regexp?

2013-01-15 Thread Ru Vuott
Bye, Ron. vuott --- Mar 15/1/13, Ron ha scritto: > Da: Ron > Oggetto: Re: [Gambas-user] R: Valid regexp? > A: "mailing list for gambas users" > Data: Martedì 15 gennaio 2013, 16:08 > Yes that seems to work, well it's > accepted as valid... > Need to polish it a bit more... > Thanks! > >

Re: [Gambas-user] R: Valid regexp?

2013-01-15 Thread Ron
Yes that seems to work, well it's accepted as valid... Need to polish it a bit more... Thanks! > Maybe: > > DIM sPattern AS String = "s/\x05\x05\x03\x03(\\w+)\r\n//" > > > > > > > --- Mar 15/1/13, Ron ha scritto: > >> Da: Ron >> Oggetto: [Gambas-user] Valid regexp? >> A: "mailing list for g

[Gambas-user] R: Valid regexp?

2013-01-15 Thread Ru Vuott
Maybe: DIM sPattern AS String = "s/\x05\x05\x03\x03(\\w+)\r\n//" --- Mar 15/1/13, Ron ha scritto: > Da: Ron > Oggetto: [Gambas-user] Valid regexp? > A: "mailing list for gambas users" > Data: Martedì 15 gennaio 2013, 14:25 > DIM sPattern AS String = > "s/\x05\x05\x03\x03(\w+)\r\n//" >

[Gambas-user] Valid regexp?

2013-01-15 Thread Ron
DIM sPattern AS String = "s/\x05\x05\x03\x03(\w+)\r\n//" This is not a valid syntax in Gambas regexp. Error bad character constant in string... The part with the problem is (\w+) Anybody has suggestions to get it working? Thanks in advance. Regards, Ron.

Re: [Gambas-user] Issue 388 in gambas: Parse error : Invalid Tag ! Line 1 , Column 1 : ?mso-application pro with gb.xml (gb.libxml works fine)

2013-01-15 Thread gambas
Comment #2 on issue 388 by sot...@gmail.com: Parse error : Invalid Tag ! Line 1 , Column 1 : ?mso-application pro with gb.xml (gb.libxml works fine) http://code.google.com/p/gambas/issues/detail?id=388 Hi Adrien, thanks for your answer. I will wait for the new feature. it is not a problem edit

Re: [Gambas-user] Paint.Begin() and printer.print

2013-01-15 Thread Karl Reinl
Am Mittwoch, den 09.01.2013, 11:18 +0100 schrieb Benoît Minisini: > Le 09/01/2013 11:11, Charlie Reinl a écrit : > > Am Dienstag, den 08.01.2013, 22:50 +0100 schrieb Benoît Minisini: > >> Le 08/01/2013 22:46, Karl Reinl a écrit : > >>> Salut, > >>> > >>> is that logical? > >>> For Paint.Begin() I n