Another alternative: 'AB' ,. . (,."0 _) '12345' A1A2A3A4A5 B1B2B3B4B5
---Sherlock, Ric wrote: > ---Alfonso Salazar wrote: > > In J504 and J601 the next verb works: > > > > 'AB',. . ,.'12345' > > A1A2A3A4A5 > > B1B2B3B4B5 > > > > Why in J602 gives lenght error? > > It gives a length error for me in J601 too. > The reason the above gives a length error is explained at the > bottom of the dictionary page: > http://www.jsoftware.com/help/dictionary/d300.htm > > Other alternative to get the result above are: > ,. 'AB' ,."0 _ '12345' > A1A2A3A4A5 > B1B2B3B4B5 > > ,.>{'AB';'12345' > A1A2A3A4A5 > B1B2B3B4B5 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
