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
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