Filter contains a comma-separated list of words to be removed from strarg. Double spaces resulting from the removal of a word are shortened to a single space. Example:
strarg = "THIS IS A TEST OF THIS XCALL ROUTINE"
filter = "THIS,TEST,ROUTINE"
XCALL XSTRIP,strarg,filter,3
Result: strarg = " IS A OF XCALL "