Re: [Jprogramming] Replace Items

2016-03-13 Thread Jose Mario Quintana
> > ... 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

Re: [Jprogramming] Replace Items

2016-03-10 Thread Raul Miller
__ > 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

Re: [Jprogramming] Replace Items

2016-03-09 Thread Ben Gorte - CITG
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

Re: [Jprogramming] Replace Items

2016-03-09 Thread Kip Murray
) (,&<~"_ _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 > &

Re: [Jprogramming] Replace Items

2016-03-09 Thread Pascal Jasmin
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

[Jprogramming] Replace Items

2016-03-09 Thread Kip Murray
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