How do I use comma-separated-values recived from a URL query in Objective-c?
- by chiemekailo
How do I use comma-separated-values recived from a URL query in Objective-c?
when I query the URL I get csv such as ("OMRUAH=X",20.741,"3/16/2010","1:52pm",20.7226,20.7594).
How do I capture and use this for my application?