Hi Everyone
I have a case in which I need distinct Values from a list.
The common approach to get a unique collection of items is to use a set
. Sets are unordered collections of distinct objects.
Is there a set method in AL ? If not, what would be the common approach ?
Thank you very much for your answer.