Replace Duplicates In A Keyword List
Use the Keyword.put
function to replace duplicate key entries in a keyword list.
If there are no duplicate entries, the entry will just be added.
If there is a duplicate entry, it will be replaced by the new value.
If there are multiple duplicate entries, they will all be replaced.
Last updated