Hi Christian,
With combine i only get the joined collection what i wantend to do is to
get the combination of the elements of the array like:
Array1{1}:='s'
Array1{2}:='a'
Array2{1}:='l'
Array2{2}:='o'
i want to get the resulting array to be like:
['s','l';'a','l']
['s','o';'a','l']
['s','l';'a','o']
['s','o';'a','o']
Best regards,
Ferdinando
Il 27/05/2021 10:59, Christian Sakowski ha scritto:
Yes: use collections:
$collection1.combine($collection2)
--
Grüße/Regards,
[heubach-media] | Christian Sakowski
christian.sakow...@heubach-media.de
Tel: +49/(0)40/41 455 455
Am 27.05.2021 um 10:52 schrieb stardata.info via 4D_Tech <4d_tech@lists.4d.com>:
Hi All,
In one 4D application i need to combine two array.
For example i have an array with sone analytes, and another array with the
available results.
I need to obtain one new array that contain all the possibile combinations
without repetitions.
Someone know how can i do it?
Thanks
/Ferdinando/
**********************************************************************
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************
**********************************************************************
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive: http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub: mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************