October 27, 200322 yr Quick Question... I want to create an "If" script function, there are 4 values that the field can possibly contain, "Y" "Z" "A" and "N". If the field contains Y,Z,A then filemaker needs to perform that specific script, but if the valus is "n" then it need to run a different script. I cannot figure out what the if function would be set up as...
October 27, 200322 yr If ["Length( field )"] [color:"white"]-- If ["field = "n""] [color:"white"]---- Perform Script ["one"] [color:"white"]-- Else [color:"white"]---- Perform Script ["two"] [color:"white"]-- End If End If If the field isn't empty and it doesn't contain "n", then sub-script 'two' will be executed.
Create an account or sign in to comment