x11start
Guest
I have two lists with many strings and I would like to extract the difference by placing them in a new list. it is possible to do so easily (maybe with a vl-xxx command) without having to compare item by item using foreach and member?
basically I would like to compare ("aaa" "bbb" "ccc" "ddd" "eee") with ("aaaa" "ddd" "eee") and get a list containing ("bbb" "ccc").
(I have put them only to highlight).
Thank you.
basically I would like to compare ("aaa" "bbb" "ccc" "ddd" "eee") with ("aaaa" "ddd" "eee") and get a list containing ("bbb" "ccc").
(I have put them only to highlight).
Thank you.