I have a string variable that has multiple values in the following format:
123, xyz, abc
It may even have a single value only (in that case there wont be any comma after it)
How do I parse through these values in a for
loop, going over each value at a time?