[Gambas-user] Sorting 2D arrays

Gianluigi bagonergi at gmail.com
Mon Aug 24 16:06:04 CEST 2020


Il giorno lun 24 ago 2020 alle ore 15:31 Fabien Bodard <gambas.fr at gmail.com>
ha scritto:

> Also you have this thing interesting  :
>
> Public MyValue as String Use $MyValue
>
>
> That replace your stuff
>
> Public MyValue as String
> Private $MyValue
>
> Public Sub MyValue_Read()
> Return $MyValue
> End
>
> Public Sub MyValue_Write(Value as String)
>   $MyValue = Value
> End
>
> the same in One only Line, But in the case of a bidimentionnal array
> I'm not sur it is so mandatory.
>

Hi Fabien,

Sorry I can't find the code you are referring to, apart from the fact that
I was clearly kidding because it is impossible that I can write nicer code,
I was referring to the CUsers class of the program attached by me.

Regards
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20200824/62ed556d/attachment.html>


More information about the User mailing list