Checking for null in a script
Posted: 30 Jul 2013 12:43
What is the right syntax to check for a null value?
Can I just use the following?
Can I just use the following?
Code: Select all
if ( a != null) {
...
}