Johann Hibschman <[email protected]> writes: > Well, I was thinking that if I had the entire table stored as a boxed > array of some sort, then I could do selections on the entire table at > once. For example, when I was trying to extract just the subset that > had area-.'US', if I could do > > tableUS=. ('US'-."1 'area' tableGetRow table) tableCopy table
Oops. I should have written "tableGetCol" in my pseudo-code above, rather than "tableGetRow". I was already thinking of a "transposed" representation. I hope no one wasted too much time puzzling over this. Cheers, Johann ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
