11-09-2007 05:18 PM - edited 11-09-2007 05:20 PM
11-09-2007 05:32 PM
11-09-2007 05:35 PM
11-09-2007 05:36 PM - edited 11-09-2007 05:37 PM
11-09-2007 05:37 PM
Dennis Knutson wrote:
A case statement will take the max value of a U32, and you are incorrect about the max values. The max value for a U32 is 4294967295 which is (2^32)-1. The max value for a U8 is 255 (2^8)-1, etc.
11-09-2007 05:40 PM
11-09-2007 05:42 PM
11-09-2007 05:47 PM
11-09-2007 09:42 PM
11-10-2007 06:46 AM - edited 11-10-2007 06:49 AM