Re: [Gambas-user] Conflict of names when extending the String class

2010-01-28 Thread Kadaitcha Man
2010/1/28 Benoît Minisini : > You can't, it's a bug. Well done. :-) HURRUMPH! -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the

Re: [Gambas-user] Conflict of names when extending the String class

2010-01-28 Thread Benoît Minisini
> > You can't, it's a bug. Well done. :-) > > Ok, Thanks. > > > Hopefully I fixed it in revision #2648, so you will be able to do that > > soon. > > That revision involve to Gambas 3, Gambas 2.x or both? > > Regards > Both. -- Benoît Minisini ---

Re: [Gambas-user] Conflict of names when extending the String class

2010-01-28 Thread Fabián Flores Vadell
> You can't, it's a bug. Well done. :-) Ok, Thanks. > Hopefully I fixed it in revision #2648, so you will be able to do that soon. That revision involve to Gambas 3, Gambas 2.x or both? Regards -- Fabián Flores Vadell www.speedbooksargentina.blogspot.com -

Re: [Gambas-user] Conflict of names when extending the String class

2010-01-28 Thread Benoît Minisini
> I want to extend the String class only like a learning goal, and when I > write: > > EXPORT > > CREATE STATIC > > INHERITS String > > I get the message: Syntax error: INHERITS need a class name... > > How I could tell to Gambas that "String" isn't the String data type, > but the String clas

[Gambas-user] Conflict of names when extending the String class

2010-01-27 Thread Fabián Flores Vadell
I want to extend the String class only like a learning goal, and when I write: EXPORT CREATE STATIC INHERITS String I get the message: Syntax error: INHERITS need a class name... How I could tell to Gambas that "String" isn't the String data type, but the String class? -- Fabián Flores Vadel