Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.Sub DefObj_example Print Typename(properties), VarType(ordinal), IsNull(unique), IsObject(org)' Result is: Object 9 True FalseEnd Sub