I have a string :

"asasa,bbbbb.ccccc"

I need to split these elements up and place into a string array but I have no idea how many items may appear in the list.

The above string contains 3 elements but may contain 40.

Any idea how I split this up into an array ?

Thanks in Advance