I have 4 diffrent array a(6),B(6),C(6) and d(6)
a(6) contains 120,120,145,326,145,120
b(6) contains 333,120,145,336,145,120
c(6) contains 120,444,145,326,145,444
d(6) contains 333,120,145,326,145,120
I want to eleminate the duplicate value each array and append in an single new array..
Note: Array values may be less then 6...
Regards,
Sot
a(6) contains 120,120,145,326,145,120
b(6) contains 333,120,145,336,145,120
c(6) contains 120,444,145,326,145,444
d(6) contains 333,120,145,326,145,120
I want to eleminate the duplicate value each array and append in an single new array..
Note: Array values may be less then 6...
Regards,
Sot