where .. in a loop of some sort I could create the ranges, for example:%xy
Then compare my input data with the predefined ranges and increment a counter of some kind?for($x = 0; $x = $max; $x++) { for($y = 0; $y = $max; $y++) { $key1 = $x; $key2 = $y; } }
In reply to Re: placing values into bins
by Anonymous Monk
in thread placing values into bins
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |