Article Details
Id:13524
Product:finPOWER Connect
Type:NEW
Version:2.03.04
Opened:06/01/2016
Closed:06/01/2016
Released:03/02/2016
Job: J016750

ISList.RemoveDuplicates; updated comments

The comments for the finPOWER Connect Business Layer function ISList.RemoveDuplicates have been updated to make it clearer what the function does and doesn't do.

Function summary:

Remove duplicates from a 'Sorted' List.

Function remarks:

You should call the "Sort" method before calling this method to ensure the List is sorted.
Alternatively, to avoid adding duplicates in the first place, set the doNotAddIfDuplicateExists parameter to True in the "Add" method.