I am using the following code to take a number and put it into a string, but my issue is that if the number is any then like 197, 397 or 297 I only went the last two chars. How can I do it??
StrPrintF(regCode, "%d", sid); __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
