Hi,
Can anyone do me a quick script which will check a comma delimited list for an occurance of a given word, and if it exists, remove it.
i.e. LIST = "value1,value2,value3,value1"
I need the script to check the list for ALL occurances of a word which is passed to it via a variable...