Re: [Jprogramming] working with content of boxes

2020-03-20 Thread Raul Miller
That approach looks like it matches that description of what you want. Thanks, -- Raul On Fri, Mar 20, 2020 at 11:10 AM Rudolf Sykora wrote: > > Dear Raul, > > > thanks for your prompt answer, I hope I understand the logic at least somehow. > The first part is understood, you break the list of

Re: [Jprogramming] working with content of boxes

2020-03-20 Thread Rudolf Sykora
Dear Raul, thanks for your prompt answer, I hope I understand the logic at least somehow. The first part is understood, you break the list of boxes and rebuild it back. The second question, by my fault, was misinterpreted. I actually want to do the operation on each third box (where, by chance,

Re: [Jprogramming] working with content of boxes

2020-03-20 Thread Raul Miller
ee=:(129;144;51582.8125;7);<128;143;51545.3125;22 If you define a verb which combines the first two boxes of list of numbers, for example: ((2 ;@{. ]);2 }.]) 1{:: ee +---+---+--+ |128 143|51545.3|22| +---+---+--+ You can apply that at level 1 of your noun using L:1 ((2 ;@{.

[Jprogramming] working with content of boxes

2020-03-20 Thread Rudolf Sykora
Dear list, say I have a variable ee +--+---+ |+---+---+--+-+|+---+---+--+--+| ||129|144|51582.8125|7|||128|143|51545.3125|22|| |+---+---+--+-+|+---+---+--+--+| +--+---+ how can I 1)