to split a string by detecting a character and displaying the seperated parts
| Tue, 2008-03-04 20:51 | |
|
Hi, I have string Hello.Buddy.abc.def. and i want to display The code that i tried: HBufC* Buf= HBufC::NewLC(30); TPtrC aPtr = aLex.MarkedToken(); I am displaying only one part of it seperated by '.' but still Plz help... |
|





