String parsing
| Wed, 2005-11-09 13:23 | |
|
|
Hey everyone... I'm developing a stock application where i get stock data from the internet as a .csv(Comma Separated Value) format. I want my application to read through the data received and separate the contents. The data received is given as follows: "500209.BO",2637.1001,"11/7/2005","3:28pm",+48.45,2589.00,2658.95,2580.00,308178 I want the data to be separated at the commas. like follows: Stock Name: "500209.BO" Stock Value: 2637.1001 Date: "11/7/2005" Time: "3:28pm" and so on... and 1. written onto a file on the system... 2. I want it to be displayed in the above mentioned format on the screen using CEikLabel or equivalent... I'm pretty new to symbian so i'd be most grateful if someone could help me out with this... I'm working on Series 60 Symbian 7.0s v2.0 SDK. I'm using VC++ as editor... Please help me out on this ppl... The Cruise is on... |






Forum posts: 68
Forum posts: 2006
Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant
Forum posts: 37
Am reading up on this... But could you please get me a small snippet that would explain the whole thing a whole lot easier for me??? I'm a newbie... Tats y!!!
Ashwin...
The Cruise is on...