Devin Posted June 28, 2006 Posted June 28, 2006 I'm doing a if statment script that is checking to see if field "Plated_for" is marked "236". then exit script. My problem is that if the "Plated_for" is marked "237" or "240" it exits the script. How can I write if statment to only stop if "236" is marked? It can't be = because sometimes they might have 236 and 240 marked. Thanks.
Inky Phil Posted June 28, 2006 Posted June 28, 2006 Just to clarify, Is Plated_for a numeric or a text field and if it is a text field are you saying that it might contain "236 and 240" Phil
Inky Phil Posted June 28, 2006 Posted June 28, 2006 Reading your post again I think that Plated_for must be a text field and you want to exit the script if "236" appears anywhere in it If patterncount(Plated_for;"236") exit script endif should do the trick HTH Phil
Recommended Posts
This topic is 6722 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