Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi Guys,

Just a very quick question. Im debugging someones code, and they have a statement which is:

If["0"]

blah

blah

blah

End If

What does If["0"] mean? and when do you use it?

Thanks again a guys.

Posted

In Filemaker, 0 is False and 1 is True. The Statement "If 0" is always false. You can use it to comment out a portion of a script, e.g. for debugging. So in your script the steps enclosed in the If statement are ignored.

Posted

I like using "If [6=9]" myself to comment out scripts.

Let's see if anyone can figure out the meaning of this wink.gif

This topic is 7143 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.