Store a TUint Value in a TBuf

Login to reply to this topic.
Fri, 2008-04-25 12:03
Joined: 2005-10-10
Forum posts: 37

Hi all,

I have a function in my program returning a TUint value.

This value needs to be stored in a TBuf so that I can append the String to a listbox ItemArray.

I'm not able to get the value via aBuf.Num(iUintVal);

And aBuf.NumUC(iUintVal) returns a box on the screen (junk value).

Someone kindly help me out with this.

Regards,
Ashwin Murali.


The Cruise is on...


Fri, 2008-04-25 12:45
Joined: 2003-12-05
Forum posts: 672
Re: Store a TUint Value in a TBuf
  • Login to reply to this topic.