> > ... but m is in its place and it doesn't box.
> >
> > Ben
> >
> > From: Programming [programming-boun...@forums.jsoftware.com] on behalf
> of Pascal Jasmin [godspiral2...@yahoo.ca]
> > Sent: Thursday, March 10
__
> From: Programming [programming-boun...@forums.jsoftware.com] on behalf of
> Pascal Jasmin [godspiral2...@yahoo.ca]
> Sent: Thursday, March 10, 2016 00:57
> To: programm...@jsoftware.com
> Subject: Re: [Jprogramming] Replace Items
>
> moving ar
esn't box.
Ben
From: Programming [programming-boun...@forums.jsoftware.com] on behalf of
Pascal Jasmin [godspiral2...@yahoo.ca]
Sent: Thursday, March 10, 2016 00:57
To: programm...@jsoftware.com
Subject: Re: [Jprogramming] Replace Items
moving around t
) (,&<~"_ _1)'
> (2 4 $ 0) (16+i.2 4) ritem i. 3 2 4
>
>
>
> - Original Message -
> From: Kip Murray >
> To: "programm...@jsoftware.com " >
> Sent: Wednesday, March 9, 2016 5:26 PM
> Subject: [Jprogramming] Replace Items
>
&
To: "programm...@jsoftware.com"
Sent: Wednesday, March 9, 2016 5:26 PM
Subject: [Jprogramming] Replace Items
Adverb ritem creates a verb which replaces by x items in array m that
match y
Below are examples. How would you write the adverb? --Kip Murray
C
0 1 2 3
4 5 6 7
Adverb ritem creates a verb which replaces by x items in array m that
match y
Below are examples. How would you write the adverb? --Kip Murray
C
0 1 2 3
4 5 6 7
0 1 2 3
0 0 0 0 C ritem 0 1 2 3
0 0 0 0
4 5 6 7
0 0 0 0
A
0 1 2 3
4 5 6 7
8 9 10 11
12 13 14