Feb 18, 2024 #1 sal21 Programmer Joined Apr 26, 2004 Messages 499 Location IT Have 2 monodomensionl array: ARRAY1 and ARRAY2 aaaa aaaa bbbb cccc dddd I need to extract all value from ARRAY2 where not exist in ARRAY1 in this case dddd possible? note: all two array contain approx 7.xxx/8.xxx item
Have 2 monodomensionl array: ARRAY1 and ARRAY2 aaaa aaaa bbbb cccc dddd I need to extract all value from ARRAY2 where not exist in ARRAY1 in this case dddd possible? note: all two array contain approx 7.xxx/8.xxx item
Feb 19, 2024 #2 Andrzejek Programmer Joined Jan 10, 2006 Messages 8,576 Location US What have you tried so far... And if "in this case dddd", what about bbbb and cccc? Assuming ARRAY1 is aaaa bbbb dddd and ARRAY2 is aaaa cccc Unless I am reading your post wrong. :-( ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson Upvote 0 Downvote
What have you tried so far... And if "in this case dddd", what about bbbb and cccc? Assuming ARRAY1 is aaaa bbbb dddd and ARRAY2 is aaaa cccc Unless I am reading your post wrong. :-( ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson
Feb 19, 2024 Thread starter #3 sal21 Programmer Joined Apr 26, 2004 Messages 499 Location IT Andy tks for replay. What have you tried so far... No idea... Alls two array not have duplicates value Upvote 0 Downvote
Andy tks for replay. What have you tried so far... No idea... Alls two array not have duplicates value
Feb 19, 2024 #4 Andrzejek Programmer Joined Jan 10, 2006 Messages 8,576 Location US So, you are not willing to do any work. Not even answer question(s) posted here. ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson Upvote 0 Downvote
So, you are not willing to do any work. Not even answer question(s) posted here. ---- Andy "Hmm...they have the internet on computers now"--Homer Simpson