... > Because this: > > if ( a < b ) > >is not the same as this: > > if ( (a-b) < 0 ) > >Sorry. Umm, I only have to worry about signed integers, and floating point values. There are no unsigned values in my data model, so I think it would be okay... Thad