Coord()
Summary
Creates a specified coordinate.
Syntax
coord_value = Coord(integer lon, integer lat)
| Argument | Contents |
|---|---|
| lon | Longitude value in millionths of a degree |
| lat | Latitude value in millionths of a degree |
Returns
A coordinate; see Compound Variables.
Example
my_house = Coord(-86425612, 37519023)
See Also
| Function | Summary |
|---|---|
| ClickCoord() | Awaits user input from the system pointer and returns a coordinate |