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

Reply via email to