Read-only archive of the All About Symbian forum (2001–2013) · About this archive

How to display strings in Devices

0 replies · 1,557 views · Started 19 May 2005

Dear Experts,
I'm new to symbian. I want to display some message
which is stored in TUin8 array. For that I'm tring
to use InfoMsg. But it is accepting (const TDesC16 &😉
as an argument.
In general I want to display any such messages.
Can anybody tell me how to display all
of them.

TUint8 T[20];
TUint16 T[20];
TUint8 A;
TUint16 A;
TDes8 T[20];
TDes16 T[20];

I'm working on Symbian 7.0.

Waiting for reply.

Thanks and regards,
Soumen