Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 5986 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

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
Posted

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...

This topic is 5986 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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