Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

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.

Featured Replies

What does the expression Not(Get(foundcount)) mean?

Get(FoundCount) will return a number of the current found count

NOT in front of it returns a boolean result if the the value returned from the found count evaluates to 0

Could also be written Get(FoundCount) = 0

Edited by Guest

This is a guess, but it might have to do with the nature of boolean expressions. For many systems, True and False are not just represented by 1 and 0, but rather, 0 is false, and any other value is true. This may be checking for that sort of thing. If the found count is 0, then false, so if Not false, then etc... Basically, if the FoundCount is 0, then TRUE.

Though, my theory could be expressed by Get(foundcount) = 0 instead...

  • Author

Tanks for the explanation. It helps a lot.

also could be just Not Get(FoundCount) you don't have to wrap the NOT in parentheses

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

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.