I have a local macro with a list of words, I would like to filter it so I can get only unique words.
Code:
local mylist variableA variableA variableA variableB variableB
do something to `mylist'
di "`mylist'"
variableA variableB
Comment