hi
how can i prevent an user panic 11 with the following code ?
--------------
CPtrCArray* b = new (ELeave) CPtrCArray(5);
TPtrC c = b->MdcaPoint(index);
TBuf<256> buf1=_L("\1"😉;
buf1.Append(c);
aOplAPI.PushL(buf1.Ptr());
--------------
ciao