Hi there guys
I have been looking at a lot of examples and I understand the basics of splitting strings, but can someone please help me with this. I have the following string:
objects=(sphere,ball1),(cube,block1),(slider,val1),(cube,block200);
I need to extract the values "sphere, cube, slider, cube" and put them in an array, then do the same with the values after the commas (in brackets) and put them in a 2nd array
I know I'm asking for a lot, but any guidelines will be muchly appreciated, thanks
...
Go to the complete details ...