Store a TUint Value in a TBuf
| Fri, 2008-04-25 12:03 | |
|
|
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, The Cruise is on... |






Forum posts: 672
http://descriptors.blogspot.com/
http://descriptor-tips.blogspot.com/
Use AppendNum.