OffTheDeepEnd.com Posted October 27, 2003 Posted October 27, 2003 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...
-Queue- Posted October 27, 2003 Posted October 27, 2003 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.
Recommended Posts
This topic is 7967 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