NlMakesis Y-Browser Y-Tasks
Hi friends,
I use the following lines:-
CRichText& body=iSmsMtm->Body(); TPtrC SmsBody(body.Read(0)); TInt separator=SmsBody.Locate(",");//get error here Can somebody tell where is the error!!!!
Solved it->
TInt separator=SmsBody.Locate(',');//use of single quotes instead of double quotes.......
Forum posts: 137
Solved it->
TInt separator=SmsBody.Locate(',');//use of single quotes instead of double quotes.......