Check for Nothing in vbscript/classic asp
Posted
by Joel Coehoorn
on Stack Overflow
See other posts from Stack Overflow
or by Joel Coehoorn
Published on 2009-04-22T14:43:16Z
Indexed on
2010/04/11
20:13 UTC
Read the original article
Hit count: 339
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?
© Stack Overflow or respective owner