Jalz Posted May 5, 2005 Posted May 5, 2005 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.
comment Posted May 5, 2005 Posted May 5, 2005 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.
BrentHedden Posted May 5, 2005 Posted May 5, 2005 I like using "If [6=9]" myself to comment out scripts. Let's see if anyone can figure out the meaning of this
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now