Hey! I have a simple problem. What I said was
if(x<=111)
{
StrIToA(&xChar,x);
WinDrawChars(&xChar,StrLen(&xChar),113,35);
}But when x gets past "99", it leaves an extra un needed digit. I tried a few things like WinEraseChars but those methods didn't work or atleast how I used them. Any help would be appreciated! Thanks! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
