Check for Nothing in vbscript/classic asp
- by Joel Coehoorn
I need to update an old classic asp, and I have to call a function that normally returns an array, but under certain circumstances might return either Nothing or an undefined value.
How can I check that the result actually returns an array?