08-14-2012 06:00 AM
I have a array of 100 values and a set of few value.
Example:
Array values :101 to 200
Set of values: 1, 10, 20 ,30 ,40 ,50.
now i want to extract only those particular samples from that array and form a new output array(Which contains the only 1, 10, 20 ,30 ,40 ,50 elements of the array). i tried few methods couldn't do it.
Pls Help me.
Thanks a lot in advance. . . .
08-14-2012 06:21 AM
Something like this?