[Gambas-user] Make String class friendlier

Benoît Minisini g4mba5 at gmail.com
Wed Apr 7 13:03:31 CEST 2021


Le 07/04/2021 à 10:51, Martin a écrit :
> Hi.
> 
> It would be interesting that in gambas we could operate the text strings 
> as in javascript, don't you think? that is, it will access all the 
> methods and properties of a chain using the dot operator and not only to 
> .Len property.
> 
> it's just a suggestion
> 
> Regards.
> 
> Martin.
> 

I stopped at .Len(), because making String a pseudo-object needs support 
for the interpreter, and it makes things slower. But that was the idea.

Regards,

-- 
Benoît Minisini


More information about the User mailing list