Seperation of text into array elements

Login to reply to this topic.
Tue, 2008-04-08 10:04
Joined: 2008-02-04
Forum posts: 4


I want to seperate this whole text with seprator as \n and put all elements in an array.
I want it for s60 3rd edition.

"BBD-B.TO",6.09\n"NT.TO",7.90\n"GE",37.56\n"MSFT",29.16

Can anybody give the code which will perform this operation.
Please help.

Thanx


Tue, 2008-04-08 11:03
Joined: 2003-12-05
Forum posts: 586
Re: Seperation of text into array elements

I could do it, once you provide detailed specifications for this (you show only an example). My fee is 50 eur per hour plus taxes and expenses, would assume this would take about 1-2 hours if this is that simple actually.

Tue, 2008-04-08 11:26
Joined: 2005-11-20
Forum posts: 1058
Re: Seperation of text into array elements

Andreas, I hope NumptyAlert will not undercut you with an offer of 49.90 per hour Smiling


René Brunner

Tue, 2008-04-08 13:25
Joined: 2003-12-05
Forum posts: 586
Re: Seperation of text into array elements

Maybe nishant should set up an auction at eBay then Cool

Seriously, nishant, this is very simple thing to implement. You never showed any attempt to solve the problem yourself, never actually asked any assistance in solving the problem either, describing what you have tried to do. You just asked us to do your job for you free. What kind of a response did you expect to get from the forum members?!

Tue, 2008-04-08 15:25
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1886
Re: Seperation of text into array elements

TTextUtil::ColumnText() will do half of the work for you. (thus making my rates at only 24.95€ / hours Cool )


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Tue, 2008-04-08 15:25
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 1886
Re: Seperation of text into array elements

(I was just kidding for the rates... please do not contact me Evil


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Tue, 2008-04-08 19:25
Joined: 2003-12-05
Forum posts: 586
Re: Seperation of text into array elements

Actually, do not contact me either Eye-wink

Nitpicking, it is TTextUtils::ColumnText(), not TTextUtil::ColumnText(). Also TDesC class methods could be something to check out, and of course this and this.

Tue, 2008-04-08 21:39
Joined: 2007-09-23
Forum posts: 132
Re: Seperation of text into array elements

This could be potentially lucrative for whoever wins the contract. The poster cannot tell the difference between the forum for posting questions on programming and the forum for posting comments on the newlc web site.
Thus by extrapolation of their competencies I predict they cannot tell the difference between the the units of time most people refer to as minutes and hours, thus you can quote them a rate of 20 Euros per minute and they will think it is a much better deal than 50 or 24.95 euros per hour offered previously and award you the work. Then if Andreas estimation is correct you could bill them for 60 -120 minutues.

  • Login to reply to this topic.