L
L.A. Lawyer
Can anyone explain the difference between these and when to use each,
particularly in conditional statements?
particularly in conditional statements?
L.A. Lawyer said:Ok, if this all true, do I need to always test if the null status and
the "" status of a field to verify that it contains no data? It is a
little time consuming to keep doing multiple conditional statements.
In other words, for example, if I test for "", is that enough to
catch the null and empty values too?