The IsNotNullOrEmpty function returns true if a field is not null or empty.
Syntax
|
The IsNotNullOrEmpty function returns true if a field is not null or empty. |
|
IsNotNullOrEmpty(field) |
|
Arguments: |
|
|
field |
Field - A text field. |
Remarks
- Example: IsNotNullOrEmpty("Nevada") returns true.
- Example: IsNotNullOrEmpty("") returns false.
Comments
0 comments
Please sign in to leave a comment.