On Tue, Jul 10, 2012 at 5:46 AM, Rudi Mann <r...@happyplating.eu> wrote:
> I want to create a 4 by 4 character array from this string in order to
> perform operations like transpose, row and column indexing, diagonal
> extraction etc. How can I do that?

   charstring=.'ABCD',CR,LF,'DEÄF',CR,LF,'GÖßI',CR,LF,'ÄÖÜß',CR,LF
   |:   ];._2]7 u: charstring -. CR
ADGÄ
BEÖÖ
CÄßÜ
DFIß

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to