Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.Sub ExampleDefVar vDiv=99 ' vDiv is an implicit variant values="Hello world" Print Typename(glob), VarType(values), IsEmpty(vOffer) ' Displays: Empty 8 TrueEnd Sub