NlMakesis Y-Browser Y-Tasks
Hi all,
I have the following query. I have to convert TPtrC16 into Tint. Can you please tell me how do i do that?
TInt myInt;TPtrC16 myStr(_L("11"));TLex lex(myStr);lex.Val(myInt);
Br G;p www.mobisy.com
Forum posts: 82
TInt myInt;
TPtrC16 myStr(_L("11"));
TLex lex(myStr);
lex.Val(myInt);
myInt will have 11.
Br
G;p
www.mobisy.com