'globals
dim mySatelites as list
myStatelites.initialize
Sub GPS_GpsStatus (Satellites As List)
mySatelites=Satelites
End Sub
sub show Satelites
DIM RESULT AS INT
result = InputList(mySatelites, "Satelitesfound",-1)
end sub
this should work, or do you mean specific satelite data?
There is a GPS event "GpsStatus" that has a parameter that is a List of GpsSatellite objects. Dim a GpsSatelite object and assign to it from one of the list entries.