Heathbo Posted January 5, 2005 Posted January 5, 2005 How do I do a patern count for an empty field in an if statement? Here is what I have If[PatternCount (Data Files::Mov1 ; "" ) > 0 But this doesn't seem to be working. Is there another way I could represent an empty field other than ""
Peter1 Posted January 5, 2005 Posted January 5, 2005 If ( isEmpty (DataFiles::Mov1)) should do the trick. Peter
Recommended Posts
This topic is 7265 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