bens Posted June 18, 2008 Posted June 18, 2008 I'm using Troi file plug in to get a list of mounted disks in the field disks, i would like a script to do something if the field disks contains "job" and something other if the field not containing "job".
Fitch Posted June 18, 2008 Posted June 18, 2008 Use the Position or PatternCount function to see if a field contains a particular string of text.
bens Posted June 18, 2008 Author Posted June 18, 2008 what if the list of mounted disks also contains "job1" and "job2" etc. I have a field that contains the text (job), is there a way of saying that if the list of mounted disks contains the same text as in the field ?
comment Posted June 18, 2008 Posted June 18, 2008 Try: not IsEmpty ( FilterValues ( item ; list ) ) This assumes the list is return-separated.
Recommended Posts
This topic is 6000 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