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.

increment and decrement

Featured Replies

After using these forums for quit some time I've come across a question that I can't find the answer to. The following code works for me but I need it to inc/decrement by 25. Can someone help me with this?(L:APNHgt, feet) -- d 50 < if{ 50 } (>L:APNHgt, feet)(L:APNHgt, feet) ++ d 300 > if{ 300 } (>L:APNHgt, feet)

The operator ++ always increments by one.So:(L:var,feet) ++ (>L:var,feet)is idendical to(L:var,feet) 1 + (>L:var,feet)If you want to increment each click with 25, use:(L:var,feet) 25 + (>L:var,feet)SImularly, use(L:var,feet) 25 - (>L:var,feetto decrement with 25.Cheers, Rob Barendregt

I needed to retain the minimum and maximum numbers that are in the code.This is how I solved it. Works fine.;(L:APNHgt, feet) 25 - d 50 < if{ 50 } (>L:APNHgt, feet)(L:APNHgt, feet) 25 + d 300 > if{ 300 } (>L:APNHgt, feet)

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.