[Gambas-user] Concatenate collection
Fabien Bodard
gambas.fr at gmail.com
Wed Sep 6 19:16:50 CEST 2023
Le mer. 6 sept. 2023 à 16:40, T Lee Davidson <t.lee.davidson at gmail.com> a
écrit :
> On 9/6/23 08:55, Jussi Lahtinen wrote:
> > It would be something like that:
> >
> > For Each v In b
> > a[b.Key] = v
> > Next
> >
> > Three lines of code should not be a big deal.
> >
> > But yes, it could be put into the interpreter as an Insert() method.
> >
> >
> > What about duplicate keys?
> >
> > Jussi
>
> Good question. There would probably need to be a Mode parameter that tells
> the method how to handle them. Like, perhaps,
> 'overwrite' the receiver's key/value with the Inserted key/value, do not
> overwrite, or quarantine duplicate Inserted keys into a
> separate collection.
>
Well so 3 lines are not a big deal finally😂
It allow user to manage each detail.
>
>
>
> --
> Lee
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20230906/4767d28c/attachment.htm>
More information about the User
mailing list