DefLng Statement /text/sbasic/shared/03101600.xhp
DefLng statement DefLng Statement Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
DefLng: Long Sub ExampleDefLng lCount=123456789 ' lCount is an implicit long integer variable End Sub