Re: [Jgeneral] Crash in J903

2022-04-01 Thread Henry Rich
I'll work on it. Henry Rich On 4/1/2022 4:41 AM, 'Ian Shannon' via General wrote: Hello, I'm running J903 in windows I made a programming mistake in setting the rank of the verb "index_of" that crashed the system. I have an array A (years x observers x days) containing integer values. I

Re: [Jgeneral] Crash in J903

2022-04-01 Thread bill lam
I suspect this may not be out of memory error. The crash is related to i. which has a branch of routine for large arguments. On Fri, 1 Apr 2022 at 9:15 PM 'Michael Day' via General < gene...@jsoftware.com> wrote: > I tried it on the iPad running J701 - but with greatly reduced > array-size, as

Re: [Jgeneral] Crash in J903

2022-04-01 Thread 'Michael Day' via General
I tried it on the iPad running J701 - but with greatly reduced array-size,  as it tends to crash just because of shortage of memory -  it's ok with both:    $each A;B +-+---+ |3 8 4|3 8| +-+---+    $result =. A  i."1 0  B        NB. Works OK 3 8    $result =. A  i."1    B       

[Jgeneral] Crash in J903

2022-04-01 Thread 'Ian Shannon' via General
Hello, I'm running J903 in windows I made a programming mistake in setting the rank of the verb "index_of" that crashed the system. I have an array A (years x observers x days) containing integer values. I want to determine the location (ie day index) of a pre-determined value for each year x