> Are you saying that "2" being shifted is by-default (C spec) 16
> bit (int type), not UInt32?

  yes :)

> > >     const UInt32 test_2_18 = (2<<18);

  ... = 2L << 18;

  but, since it is a constant, why not just hardcode it without the shift?

// az "300 baud feels faster than this conection"
[EMAIL PROTECTED]
http://www.ardiri.com/


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

Reply via email to