Remove items from one array if not in the second array

前端 未结 5 2039
清酒与你
清酒与你 2021-01-21 02:49

I state that I have tried for a long time before writing this post.

For an InDesign script, I\'m working with two array of ListItems. Now I\'m trying to remove the items

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-21 03:21

    Opsss .... I believed I had given the answer and closed this post ... sorry !!!

    Despite all the checks I made, the failure of the mine as your script was caused by a stupid mistake ... the array arr_A passed to the function was a modified copy of the original array.

    Thank you all for your concern and help. Sorry again ...

提交回复
热议问题