Gustav Brock
gustav at cactus.dk
Sat Sep 6 03:54:30 CDT 2003
Hi Steve Byte values are nice when you wish to prevent negative or "large" integer values, say month and day values, passed to a function. However, one has to be careful when doing arithmetics with these as any interim calculated value which will result in a negative value will cause the function to fail. /gustav > Henry, you make my head hurt. > But seriously, thanks for the comments; we've got hundreds of functions in > which we consciously chose the smaller data type in an effort to be more > efficient, and it sounds like that is just an example of good intentions > with opposite results.