J
Jarle
I have a string looking like:
aaa, bbb, ccc, ddd, eee.....
I want to load an array with these elements - like:
Array(aaa,bbb,ccc,ddd,eee.........).
The elements is separated with comma and space in string.
What is the best way to do this?
aaa, bbb, ccc, ddd, eee.....
I want to load an array with these elements - like:
Array(aaa,bbb,ccc,ddd,eee.........).
The elements is separated with comma and space in string.
What is the best way to do this?