Hi,
I was wondering if there was a function that handles list elements of a comma delimited list? I need to be able to pass values as a comma delimited list, count the number of values, and process the value of each.
Did not think it was very efficient to loop through the contents of the list finding delimiters.
TIA
Alex