I am currently receiving a string like this:
@\"Sam|26,Hannah|22,Adam|30,Carlie|32,Jan|54\"
And I am splitting it like this:
The following line...
testArray2 = [s componentsSeparatedByString:@"|"];
will cause the array to now contain 3 items, instead of 2..... no need to split again!