how do I split a comma delimited string into an array.
319530Aug 6 2002 — edited Nov 26 2005I have a string that I am passing into a function that is Comma delimited. I want to split the string into an array. Is there a way to do this.
Thanks in advance.