Hi, I'm still trying to wrap my head around arrays, I have a two dimensional array set up which I'm populating with some random numbers and strings. What I want to do is search the array for a word, and then be able to pinpoint both its x,y position to further manipulate the array data around it. The problem is, I can only seem to get it to return the x value with Array.IndexOf and Array.LastIndexOf - there seems to be no way to return the y value as well.