B
Barry
I'm trying to loop through a golf "scorecard" to find if a duplicate entry
was made for an entry in the handicap field. Handicap is a measure of the
difficulty of a hole, 1 being the hardest, 18 the easiest. Anyway, I can
load all the values into an array. I want to find if the value being checked
is located anywhere else in the array and then use a message to that effect.
My problem is that sometimes I locate the field being checked instead and I'm
not sure how to skip it.
Any help is greatly appreciated.
Barry
was made for an entry in the handicap field. Handicap is a measure of the
difficulty of a hole, 1 being the hardest, 18 the easiest. Anyway, I can
load all the values into an array. I want to find if the value being checked
is located anywhere else in the array and then use a message to that effect.
My problem is that sometimes I locate the field being checked instead and I'm
not sure how to skip it.
Any help is greatly appreciated.
Barry