March 2017
Beginner
358 pages
9h 51m
English
This nil() method determines if a field is null or empty. It's usually the same result as a boolean expression comparing the results of calling getValue() and passing in the field name, with a blank string.
nil() returns a boolean value - true if the field is null or empty, and false if it contains a value.
Read now
Unlock full access