GPSRAW

This function will return the current GPS Sentence in it’s entirety.  An example of a complete GPS sentence would be this:

$GPRMC,235947.000,A,4250.5589,S,14718.5084,E,0.00,89.68,211200,,*25

GPSRAW()


PARAMETERS

NONE

EXAMPLE:

To display the current GPS sentence in a textbox that has a TAG value of GPS, you could do this:

SETVALUE(~GPS~//GPSRAW())

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