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