May 5, 200520 yr 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.
May 5, 200520 yr 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.
May 5, 200520 yr I like using "If [6=9]" myself to comment out scripts. Let's see if anyone can figure out the meaning of this
Create an account or sign in to comment