Hello anybody. I need some guide please. Well I want to store in a collection array values that produced during runtime. First of all, I don't know how to add the values to the collection at runtime.
Secondly, I have a second collection array with standard values when the first collection array is complete with all the values, I need to find all the uncommon values between two collections and store them to a list. Is it possible to do that and how? Any help will be much appreciated. Thank you so much in advanced.
Secondly, I have a second collection array with standard values when the first collection array is complete with all the values, I need to find all the uncommon values between two collections and store them to a list. Is it possible to do that and how? Any help will be much appreciated. Thank you so much in advanced.