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.

string help

Featured Replies

i would like to know how to write a string that will display like this; wn:3/5 where the 3 is the GPS FLIGHT PLAN WP INDEXthe 5 is the GPS FLIGHT PLAN WP COUNT ( assuming this is the total number of wpts)wn:%((A:GPS FLIGHT PLAN WP INDEX, number))%!0d!i do not know how to get the '/' character inserted and then the second var value in the same string line.

  • Author
  • Commercial Member

You have to 'escape' out the backslash (or use a forward slash).%wn: %((A:GPS FLIGHT PLAN WP INDEX, number) 1 +)%!d!%%((A:GPS FLIGHT PLAN WP COUNT, number))%!d!The WP INDEX starts at 0 and the WP COUNT starts at 1, so add 1 to the index so that they match.--Jon

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.