I have a txt file (string) with elements separated with ";". I an reading this into an MSMutable array. I need to sort on the field following the date. It will be integer data. How do I grab this field out of the string in order to sort it. I have searched for days and cannot find a reference to this.
2012/09/17;5;-54.74 2012/09/17;76;6.53 2012/09/17;66;6.53 2012/09/17;69;6.53 2012/09/17;60;6.53 2012/09/17;96;6.53 2012/09/17;86;6.53 2012/09/17;77;6.53
Thanks,
Ron