From: "Henk Jonas" <[EMAIL PROTECTED]>
> If you write Int16 = Int8 * Int8 the compiler will probably use 16 bit > calculation -> that's why it works then. AFAIK, both are promoted to int before the multiplication, and the result of the expression is int. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
