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.

Output format settings of FSLCD

Featured Replies

I just start to use and programm FSLCDHave some problem with the Output format in the FS menu.Does someone have explanation about the codification of the formatfor example:%.03f %05.1f ...If it's standard programming code does exist a table on internet who explain the differents signsThank'sBOB

  • 2 weeks later...

Hi,,,The format of the output string is same than in the printf 'command' in the C. %[flags][width][.precision][modifiers]type.You can get more info f.ex from here; http://www.cplusplus.com/ref/cstdio/printf.htmlMost of the cases type it should be float.%.03f means 3 digits after decimal point vill be printed%05.1f means that 5 digits (incl. decimal point) with the one number after decimal point will be printed and 0 will be used instead of blanks in the beginning of the number!Hopefully this helps you!/Timo

Thank's a lotThat's what I needBOB

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.