Re: a question related to working with array

2008-08-15 Thread John W. Krahn
Li, Aiguo (NIH/NCI) [E] wrote: Hello, Hello, I have a programming questions to you all, I have three arrays: arrayA1, arrayA2, (arrayA1 and arrayA2 are same length) and array B. Using the following code I created the fourth arrayC that contain intersection elements between arrayA1 and array

Re: a question related to working with array

2008-08-15 Thread Dermot
2008/8/15 Li, Aiguo (NIH/NCI) [E] <[EMAIL PROTECTED]>: > Hello, Hello > I have a programming questions to you all, > > I have three arrays: arrayA1, arrayA2, (arrayA1 and arrayA2 are same > > length) and array B. Using the following code I created the fourth > > arrayC that contain intersection

a question related to working with array

2008-08-15 Thread Li, Aiguo (NIH/NCI) [E]
Hello, I have a programming questions to you all, I have three arrays: arrayA1, arrayA2, (arrayA1 and arrayA2 are same length) and array B. Using the following code I created the fourth arrayC that contain intersection elements between arrayA1 and arrayB. Now I need to get the corresponding