asunwatcher
New Member
- Joined
- Oct 9, 2010
- Messages
- 24
Hi there,
I have a list of places each with a grid reference (longitude / latitude). They are not arranged in any order. I am given a starting grid reference and need to select a place at random that is within a specified distance (this is given in the units of the grid).
I see the steps as follows:
1) Randbetween (1, number of places that fall within the given area) e.g. 2
2) Return the value of the 2nd place within the area.
Any ideas?
I have a list of places each with a grid reference (longitude / latitude). They are not arranged in any order. I am given a starting grid reference and need to select a place at random that is within a specified distance (this is given in the units of the grid).
I see the steps as follows:
1) Randbetween (1, number of places that fall within the given area) e.g. 2
2) Return the value of the 2nd place within the area.
Any ideas?