djc728 Posted April 18, 2011 Posted April 18, 2011 Hello all: Does anyone see any problems w/ the following : IsEmpty ($variable) It seems to work just fine but the documentation for this function under 'format' says: IsEmpty (field) So I was just wondering if putting a local variable in this function instead of a field is a good idea. Sincerely, Dom
Raybaudi Posted April 18, 2011 Posted April 18, 2011 It seems to work just fine but the documentation for this function under 'format' says: IsEmpty (field) ... but some lines down, it says: Parameters field - any field name, text expression, or numeric expression So yes, that is correct and these ones are all true: IsEmpty ( "" ) IsEmpty ( Trim ( " " ) ) IsEmpty ( Filter ( "abc"; "ABC" ) )
Recommended Posts
This topic is 4968 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