Search for the first occurence of a value in an array.
If the value is found, display the position of the value in the array.
The value will either be a character or a numeric value.
The example below only works for integer values.