playMaker

Author Topic: Array List Intersection  (Read 1699 times)

Tonda

  • Playmaker Newbie
  • *
  • Posts: 31
Array List Intersection
« on: September 06, 2018, 05:20:27 AM »
Hey, I got a request!

I have 2 large Array Lists
I'd like to create a new Array List of only the variables they each share.

so kinda the opposite of concat I think.

Any help is greatly appreciated. ;D
« Last Edit: September 06, 2018, 05:38:54 AM by Tonda »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Array List Intersection
« Reply #1 on: September 06, 2018, 05:42:52 AM »
Hi,

 uhm, interesting, I am currently working on the next ArrayMaker Update, I'll put that in too

 Bye,

 Jean

Tonda

  • Playmaker Newbie
  • *
  • Posts: 31
Re: Array List Intersection
« Reply #2 on: September 06, 2018, 05:56:32 AM »
Thanks, Jean your the best!  :D

Timing wise do you know when that update might be?

(I need to decide whether to create a workaround so i can continue prototyping or wait for the update)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Array List Intersection
« Reply #3 on: September 07, 2018, 06:37:56 AM »
Hi,

 it's going to take few more days, so instead of you waiting, I did it and will share it for now directly:

https://github.com/jeanfabre/PlayMaker--ArrayMaker--U4.3.4-SubModule-/blob/master/Actions/ArrayList/ArrayListIntersect.cs

 Bye,

 Jean