Jump to content

This topic is 3637 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I would like to apply a script only if one of my fields called "BeforeP" contains the words "your search"

They are always the first two words in the field if they are present but

I would like to find a way to execute another script if those two words are present.

Thank for any help.

 

 

Posted

Not sure where you're stuck with this. Wouldn't this:

If [ Left ( YourTable::BeforeP ; 11 ) = "your search" ]
 Perform Script [ "some script" ]
End If

work for you?

This topic is 3637 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.