At 5:12 PM +0100 3/1/02, [EMAIL PROTECTED] wrote: >I would like to know the value of a UInt32 with WindrawChars
Char num [ maxStrIToALen ]; StrIToA ( num, ( Int32 ) L ); WinDrawChar ( nun, .....) StrIToA takes an Int32 so if L is large, you may get an incorrect result. If that's the case, use StrIToH instead. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
