06-18-2010 12:40 AM
Hi
I want to Sort an array elements with help of Row 0 in the order of another array.
Thanks
06-18-2010 01:02 AM
06-18-2010 01:06 AM
hi
I have'nt used math script can u post me the code pls.
Thanks
06-18-2010 01:07 AM
Is there any other way apart from using math script ??
06-18-2010 01:14 AM
06-18-2010 01:28 AM - edited 06-18-2010 01:37 AM
Hi
please find the attachment
06-18-2010 02:01 AM
06-18-2010 02:05 AM
Hi SriKrishna
I'll check it out.
Thanks
06-18-2010 02:26 AM
@Nithyamv wrote:
please find the attachment
Sorry, the text:
"The values alone in the Refix array should be replaced in the orginal array with referance to row 0 in original array.
The Row 0 is default only the corresponding values should be picked up from refix and should be placed it in the original."
Is incomprehensible to me. 😞
Could you add a third array to the front panel that shows what kind of result you actually want?
For example if the original array is:
B1 B2 B11 B9
1 z z z
0 z z z
1 z z z
And the refix array is:
B9 B11 B2 B1
2 2 2 2
2 2 2 2
2 2 0 2
What would the desired result look like?
06-18-2010 02:36 AM
The result should be
B1 B2 B11 B9
2 2 2 2
2 2 2 2
2 0 2 2