- May 1, 2001
- 6,545
- 1
- 0
I have a string that has comma-delimited data (e.g. "cat, dog, mouse, bird"). Isn't there a native VB function that takes this kind of string as a parameter and outputs an array or collection with each substring as its own member (e.g. animals(0) = "cat", animals(1) = "dog", etc.)?