DefErr Statement
If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range.
DefErr e
Sub ExampleDefErr
eErr=Error ' eErr is an implicit error variable
End Sub
Collabora Office 25.04 Help
If no type-declaration character or keyword is specified, the DefErr statement sets the default variable type, according to a letter range.
DefErr e
Sub ExampleDefErr
eErr=Error ' eErr is an implicit error variable
End Sub