How do I use comma-separated-values recived from a URL query in Objective-c?
Posted
by chiemekailo
on Stack Overflow
See other posts from Stack Overflow
or by chiemekailo
Published on 2010-03-17T13:55:24Z
Indexed on
2010/03/17
14:11 UTC
Read the original article
Hit count: 147
objective-c
|iphone
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?
© Stack Overflow or respective owner