- Messages
- 542
- Country

I have a need to store some GPS Variables for subsequent independant use.
Is it possible to force them to L:Variables as shown below.
I already have all the above GPS Variable values showing up .
What I want is to capture and store the displayed values .
Cheers
Karol
Is it possible to force them to L:Variables as shown below.
Code:
<!-- Airport -->
((@c:WaypointAirportName) (>L:TooName))
((@c:WaypointAirportCity) (>L:TooCity))
((@c:WaypointAirportIdent) (>L:TooIdent))
<!-- Runway -->
((@c:WaypointAirportRunwayDesignation) (>L:TooDesignation))
((@c:WaypointAirportRunwayLength, feet) (>L:TooLength, feet))
((@c:WaypointAirportRunwayWidth, feet) (>L:TooWidth, feet))
((@c:WaypointAirportRunwayElevation, feet) (>L:TooElevation, feet))
((@c:WaypointAirportRunwayDirection, degrees) (>L:TooDirection, degrees))
((@c:WaypointAirportRunwayLatitude, degrees) (>L:TooLatitude, degrees))
((@c:WaypointAirportRunwayLongitude, degrees) (>L:TooLongitude, degrees))
I already have all the above GPS Variable values showing up .
What I want is to capture and store the displayed values .
Cheers
Karol
Last edited:


