i'm going loopy !
I've got two arrays arrDevs() and myArray().
arrDevs is a 2 dimensional array ..
[1, Name1]
[2, Name2]
[3, Name3]
etc ...
myArray is a 1 dimensional array
[1,2,3,4,5,6,7,8]
I would like to loop through myArray() replacing the numbers with the appropriate 'Name'...