Hello All,
I need help on the best way to strip characters from a string using VBScript.
The string might be something like this: ('word1','word2','word3','word4','word5'). I need to strip out the , and '.
I need to set each word to it's own variable when all the extra characters are stripped.
Thanks in advance,
SDC