Devon McCormick <[EMAIL PROTECTED]> writes: > > Terence - > > I'm not clear on exactly what you're trying to do here and the information > you > supply seems inconsistent, i.e. your specification of "age" as "i.2" seems > incorrect as there are three age categories.
Shoot, you are 100% correct. I was mentally compensating for the off-by-1 aspect in the wrong way: i.3 NB. yields 0 1 2, or 3 choices but instead of i.3, which is correct, I chose i.2 to be under 3 by one... I'm sorry I cant explain, but I'm basically wrong and off by one. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
