Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Store a GPS value FS9

Featured Replies

Hi all In click (@c:IcaoSearchCurrentIcao) (>@c:WaypointAirportICAO) (@c:WaypointAirportRunwayLatitude,degrees) gives runway lat to display from airport ICAO search in GPS. If I put in another search for say airport fequencies I lose the lat display. Is there a way to store the lat display

Paul EGLD

Paul,Why don't you save (@c:WaypointAirportRunwayLatitude,degrees) into a Local Var ? (For example, (L:Latitude, degrees))Return values from gps variables are affected by their current index.I didn't test SearchICAO too much but assume could be your case.Tom

  • Author

Hi Tom Tried that, (>@c:WaypointAirportRunwayLatitude,degrees) (L:Latitude, degrees) (>L:Latitude, degrees) then the string. When you clear the ICAOsearch (@c:WaypointAirportRunwayLatitude,degrees) goes to zero and so does the string. I just need to send the lat. value to a Lvar and store it without it changing. Paul

Paul EGLD

Paul, you should assign:(@c:WaypointAirportRunwayLatitude,degrees) (>L:Latitude, degrees)Obviously, you first do the searchICAO, which does an internal update to (@c:WaypointAirportRunwayLatitude,degrees) as well, then do the stated above.Then you can use (L:Latitude, degrees) in any other part of your code.Tom

  • Author

Hi Tom The problem was trying to do the search and the display in the same click. Thanks for the clue. I'll have try a different way to code it, I don't think it can all be done in one click. Paul

Paul EGLD

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.