Is the variable empty (Null, or empty string) ?
A variant value
Suppress error if an error occurs
If the varToTest is a string, trim spaces before testing
mt(Null) => True
mt("") => True
mt("0") => False
mt(0) => False
mt(23) => False
mt(False) => False