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 class? You

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
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