Re: [Jprogramming] This should be easy

2015-11-09 Thread Linda A Alvord
: [Jprogramming] This should be easy You need 16 (< 0 0) } i. 4 4 . See the examples in http://www.jsoftware.com/jwiki/Vocabulary/curlyrt#dyadic --Kip On Monday, November 9, 2015, Linda A Alvord wrote: > All I want to do is change the item in the first row and column to a > 16. I can&

Re: [Jprogramming] This should be easy

2015-11-09 Thread Kip Murray
You need 16 (< 0 0) } i. 4 4 . See the examples in http://www.jsoftware.com/jwiki/Vocabulary/curlyrt#dyadic --Kip On Monday, November 9, 2015, Linda A Alvord wrote: > All I want to do is change the item in the first row and column to a 16. I > can't seem to think of a name to call the verb

Re: [Jprogramming] This should be easy

2015-11-09 Thread 'Jon Hough' via Programming
Sorry, I just reread your post and my reply is completely irrelevant. Please ignore it. On Mon, 11/9/15, 'Jon Hough' via Programming wrote: Subject: Re: [Jprogramming] This should be easy To: programm...@jsoftware.com Date: Monday,

Re: [Jprogramming] This should be easy

2015-11-09 Thread Sergeif
'<' missed. 16 (< 0;0) } i.4 4 works fine. On Mon, Nov 9, 2015 at 12:22 PM, Linda A Alvord wrote: > All I want to do is change the item in the first row and column to a 16. I > can't seem to think of a name to call the verb I need. Amend seems to only > apply to rows. > > 16 (0;0) } i.4 4

Re: [Jprogramming] This should be easy

2015-11-09 Thread 'Jon Hough' via Programming
Just an idea... a verb insert_transpose. NB. insert transpose... insrt =: (0;0)} insert_transpose = insrt&.|: 16 insert_transpose (i. 4 4) On Mon, 11/9/15, Linda A Alvord wrote: Subject: [Jprogramming] This should be easy To: prog

[Jprogramming] This should be easy

2015-11-09 Thread Linda A Alvord
All I want to do is change the item in the first row and column to a 16. I can't seem to think of a name to call the verb I need. Amend seems to only apply to rows. 16 (0;0) } i.4 4 16 16 16 16 4 5 6 7 8 9 10 11 12 13 14 15 Linda ---