Hi
I am Newbie to symbian
I want to add "\n" to TBuf
I have written the following code for it
TBuf<50> finalBuffer;
finalBuffer.Append(number);
finalBuffer.Append(_L("\n"));
finalBuffer.Append(_L("Message:"));
finalBuffer.Append(message);
But No success any clue??

Reply With Quote
rawText will draw you a box for example. Various editors will treat it as a space (they use Unicode break characters, some of them are named at the end of CEditableText, like CEditableText::ELineBreak).


