I suspect that will also produce a domain error because the contents of ts2 appear to be of mixed type.
If the idea is to write the result to file then the other issue is that it will produce a rectangular matrix with extra spaces padding lines shorter than the longest one. I solve this by boxing each line adding the LF and then razing the boxed list. ; <@(LF ,~ ;:inv)"1 mat On Sun, Nov 27, 2011 at 9:16 PM, Aai <[email protected]> wrote: > e.g. > > ;: inv"1 mat > > > > Hallo Skip Cave, je schreef op 27-11-11 08:58: >> I have a 5 x 2 boxed array ts2: >> >> ts2 >> ┌───┬────────────────┐ >> │355│ freeways │ >> ├───┼────────────────┤ >> │356│ traffic │ >> ├───┼────────────────┤ >> │357│ ninety one west│ >> ├───┼────────────────┤ >> │358│ yes │ >> ├───┼────────────────┤ >> │361│ sixty │ >> └───┴────────────────┘ >> >> $ts2 >> 5 2 >> >> I want to unbox it so the result is a text array with carriage returns: >> >> 355 freeways >> 356 traffic >> 357 ninety one west >> 358 yes >> 361 sixty >> >> I tried lots of stuff: >> ; ts2 >> |domain error >> | ;ts2 >> >> > ts2 >> |domain error >> |>ts2 >> >> , ts2 >> ┌───┬─────────┬───┬────────┬───┬────────────────┬───┬────┬───┬──────┐ >> │355│ freeways│356│ traffic│357│ ninety one west│358│ yes│361│ sixty│ >> └───┴─────────┴───┴────────┴───┴────────────────┴───┴────┴───┴──────┘ >> >> Nothing seems to work. Any ideas? >> >> Skip >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > > -- > Met vriendelijke groet, > @@i=Arie Groeneveld > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
