GPSMAXALT

This function will return the Maximum altitude you’ve been at since last executing GPSINIT.  

GPSMAXALT()


PARAMETERS

NONE

EXAMPLE:

To return the Maximum Altitude that you’ve traveled at and store that value in a memory variable called MAXALT: 

SETMEM(MAXALT//GPSMAXALT())

*NOTE:  This function requires an optional GPS device.  Please see the GPSOPEN and GPSINIT statements for further information on configuring your NMEA GPS device.