--
"KEN" <[EMAIL PROTECTED]> a �crit dans le message de
news:[EMAIL PROTECTED]
> thx
> but what should I do to change type?
>
> UInt16  intVal_16;
> UInt32  intVal_32;
>
> intVal_16 = 60000;
> intVal_32 = intVal_16;
> abort_int("%u", intVal_32);     //the value is not correct
>
intVal_32 is a long
use "%lu"
Maybe you should have a look at the documantation about StrPrintF


-- 
Regis St-Gelais, P. Eng. / ing.
Software Development / D�veloppement informatique
www.laubrass.com



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to