T
tshad
How do you test if something is null or not defined?
I have some data that I am looking at in the debugger and some of the data
is showing as null and some as nothing.
For nulls, I would do something like
if (sLine == null)...
How do I test for not defined?
Thanks,
Tom
I have some data that I am looking at in the debugger and some of the data
is showing as null and some as nothing.
For nulls, I would do something like
if (sLine == null)...
How do I test for not defined?
Thanks,
Tom