in reply to Re^2: placing values into bins
in thread placing values into bins
if you want to use the int method, but decide you want to use different sized bins, my simple solution would to be to create a new sub that returned the left end of the range, and just replace 'int' with that sub.