Re: [Jprogramming] Try again

2019-02-26 Thread Henry Rich
9 10 11 8 2 3 0 1 6 7 4 5 10 11 8 9 3 0 1 2 7 4 5 6 11 8 9 10 But table is very impressive! Thanks, Linda -Original Message- From: Programming On Behalf Of Jimmy Gauvin Sent: Tuesday, February 26, 2019 5:08 AM To: programm...@jsoftware.com Subject: Re: [Jpr

Re: [Jprogramming] Try again

2019-02-26 Thread Jimmy Gauvin
t; 7 4 5 6 > 11 8 9 10 > > But table is very impressive! > > Thanks, Linda > > -Original Message- > From: Programming On Behalf Of > Jimmy Gauvin > Sent: Tuesday, February 26, 2019 5:08 AM > To: programm...@jsoftware.com > Subject: Re: [Jprogramming

Re: [Jprogramming] Try again

2019-02-26 Thread Linda Alvord
g On Behalf Of Jimmy Gauvin Sent: Tuesday, February 26, 2019 5:08 AM To: programm...@jsoftware.com Subject: Re: [Jprogramming] Try again Hi Linda, We can rotate inside each line by a different amount : (>:i.3)|. "0 1 i.3 4 1 2 3 0 6 7 4 5 11 8 9 10 Mixing rank and table g

Re: [Jprogramming] Try again

2019-02-26 Thread Jimmy Gauvin
; > Linda > > > > Sent from my Verizon, Samsung Galaxy smartphone > Original message > From: Jimmy Gauvin > Date: 2/25/19 5:03 AM (GMT-05:00) > To: programm...@jsoftware.com > Subject: Re: [Jprogramming] Try again > > Hi, > >1|. "

Re: [Jprogramming] Try again

2019-02-25 Thread Linda Alvord
Jimmy, Can you extend this to all possibilities? Linda Sent from my Verizon, Samsung Galaxy smartphone Original message From: Jimmy Gauvin Date: 2/25/19 5:03 AM (GMT-05:00) To: programm...@jsoftware.com Subject: Re: [Jprogramming] Try again Hi, 1|. "1 i.3 4 1 2

Re: [Jprogramming] Try again

2019-02-25 Thread Linda Alvord
Jimmy, Can you extend this to all possibilities? Linda Sent from my Verizon, Samsung Galaxy smartphone Original message From: Jimmy Gauvin Date: 2/25/19 5:03 AM (GMT-05:00) To: programm...@jsoftware.com Subject: Re: [Jprogramming] Try again Hi, 1|. "1 i.3 4 1 2

Re: [Jprogramming] Try again

2019-02-25 Thread Linda Alvord
The shape of the result should be 4 3 4 Linda Sent from my Verizon, Samsung Galaxy smartphone Original message From: Henry Rich Date: 2/25/19 5:36 PM (GMT-05:00) To: programm...@jsoftware.com Subject: Re: [Jprogramming] Try again (>:i.3)|."1"0 2 i.3 4 1 2

Re: [Jprogramming] Try again

2019-02-25 Thread Henry Rich
7 8 9 10 11 Now do the same for columns. Linda Sent from my Verizon, Samsung Galaxy smartphone Original message From: Raul Miller Date: 2/25/19 11:34 AM (GMT-05:00) To: Programming forum Subject: Re: [Jprogramming] Try again I have to wonder why you thought you could r

Re: [Jprogramming] Try again

2019-02-25 Thread Linda Alvord
5:00) To: Programming forum Subject: Re: [Jprogramming] Try again I have to wonder why you thought you could rotate four columns by specifying three different values for how far to rotate them? Anyways, rotate works on items, so to rotate individual columns differently you would also need make eac

Re: [Jprogramming] Try again

2019-02-25 Thread Raul Miller
I have to wonder why you thought you could rotate four columns by specifying three different values for how far to rotate them? Anyways, rotate works on items, so to rotate individual columns differently you would also need make each of the columns be an independent item (so the items of each colu

Re: [Jprogramming] Try again

2019-02-25 Thread Jimmy Gauvin
5 6 7 4 > 9 10 11 8 > > 2 3 0 1 > 6 7 4 5 > 10 11 8 9 > > 3 0 1 2 > 7 4 5 6 > 11 8 9 10 > > Linda > > ---Original Message- > From: Programming On Behalf Of > lindaalvord > Sent: Monday, February 25, 2019 1:53 AM > To

Re: [Jprogramming] Try again

2019-02-25 Thread Linda Alvord
Behalf Of lindaalvord Sent: Monday, February 25, 2019 1:53 AM To: programm...@jsoftware.com Subject: [Jprogramming] Try again I expected this to rotate all columns and got aii rows.]b=:i.3 4 0 1 2 3 4 5 6 7 8 9 10 11 (1|.i.3) |."0 2 b 4 5 6 7 8 9 10 11 0 1 2 3   8 9 10 11 0 1 2 3 4 5 6 7   0 1 2 3

[Jprogramming] Try again

2019-02-24 Thread lindaalvord
I expected this to rotate all columns and got aii rows.]b=:i.3 4 0 1 2 3 4 5 6 7 8 9 10 11 (1|.i.3) |."0 2 b 4 5 6 7 8 9 10 11 0 1 2 3   8 9 10 11 0 1 2 3 4 5 6 7   0 1 2 3 4 5 6 7 8 9 10 11How can I do that?LindaSent from my Verizon, Samsung Galaxy smartphone --