LONG()
Longitude component of location
Returns the longitude component of location as a Decimal value.
Sample usage
(LONG(HERE()) > 0.0) specifies the user location is east of the prime meridian.
(LONG(HERE()) = 0.0) specifies the user location is on the prime meridian.
(LONG(HERE()) < 0.0) specifies the user location is west of the prime meridian.
Syntax
LONG(where)
-
where-LatLongorChangeLocationvalue that specifies the location.
See also
Was this helpful?
How can we improve it?