Make function the search a database for useable geolocations with a while test block

Why use a procedure?

Procedures are good ways to simplify programs by hiding implementation details from the rest of the program.

Should you ever need to investigate or change the way distance between map points is calculated, having that calculation in only one place reduces the work needed to find or change it.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.