October 19, 200520 yr What If statement do I use to set a condition on a find script? I mean if after all search critera is found or not found How do I write a script off of the results of rather the item was found or not?
October 19, 200520 yr Some of these might work for you: If [ not IsEmpty ( searchField ) If [ IsEmpty ( searchField ) If [ Get (FoundCount ) = 0 What do you want to do exactly?
Create an account or sign in to comment