I need to break a multi-selection parameter list into it's specific parts. I have one solution, but I'd like to make it more elegant. Specifically, I'd like to use a Split function on the parameter list to load the individual values into an array. I would then use the Ubound function to determine the array size and control array processing.
I can't seem to find anything that specifically accomplishes this action. Does anyone have any experience with this approach?