Hi Folks,

Probably stupid and easy to do, but I am having trouble wrapping my brain
around this one. I have two arrays with different number of rows and
different values. I am trying to update the larger array with values that
match the smaller array. For example...

Array 1 (larger array)

1    2    value1    1
1    2    value2    1
1    2    value3    2
1    2    value4    2
1    2    value5    3

Array 2 (smaller array)

1    1    value1
2    2    value2
3    3    value3
4    4    value4

What I am trying to do is if col 4 of array1 matches col 2 of array 2,
insert value of col 3 of array 2 into col 3 of array 1.

Any help would be appreciated.

Thanks!








----------------------------------------

To unsubscribe from this list, please send an email to [email protected] 
with "unsubscribe terascript-talk" in the body.

Reply via email to