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