That's not a boxed array, that's a character array. Here's what a similar boxed array might look like:
,.0 1;<,.2 3;<<4 5 ┌───────┐ │0 1 │ ├───────┤ │┌─────┐│ ││2 3 ││ │├─────┤│ ││┌───┐││ │││4 5│││ ││└───┘││ │└─────┘│ └───────┘ If you want one of these, we can come up with other ways of building them. Or, if you specifically want that character array (which, ok, could be boxed at the top level), we could do that, also. Thanks, -- Raul On Wed, Nov 16, 2016 at 1:10 AM, Skip Cave <[email protected]> wrote: > What J expression will create this boxed array? > > ┌───────┐ > │ 0 1 │ > │┌─────┐│ > ││ 2 3 ││ > ││┌───┐││ > │││ 4 5 │││ > ││└───┘││ > │└─────┘│ > └───────┘ > > > > > Skip Cave > Cave Consulting LLC > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
