Finding coordinates in a multidimensional array

I know how to find a specific number in a multidimensional array, but I don't know how to have a specific number and find its coordinates.
Any help?
closed account (D80DSL3A)
Save the values of the array indexes when the number is found.
Thanks, it was a logic problem rather than a programming problem.
Topic archived. No new replies allowed.