VBScript Function - Microsoft

A null variable – well, like we said, we don't know anything at all about a null variable. So how do we know whether or not a variable is empty? Well, for now about the only approach we’ve come up with is to check and see whether or not the variable has a Length equal to 0. An empty variable has a length equal to 0; a null variable does not. ................
................