|
This function will return the current
LONGITUDE from your GPS.
GPSLONG()
PARAMETERS
NONE
EXAMPLE:
To
return the current Longitude of your position and store that value in a
memory variable called LONGITUDE:
SETMEM(LONGITUDE
//GPSLONG())
*NOTE:
This function requires an optional GPS device. Please see the GPSOPEN and GPSINIT
statements for further information on configuring your NMEA GPS
device. |