DefErr Statement /text/sbasic/shared/03101120.xhp
DefErr statement 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: Error DefErr e Sub ExampleDefErr eErr=Error ' eErr is an implicit error variable End Sub