Axuda do Collabora Office 24.04
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 é unha variante implícita
values="Hello world"
Print Typename(glob), VarType(values), IsEmpty(vOffer) ' Displays: Empty 8 True
End Sub