DefInt Statement /text/sbasic/shared/03101500.xhp
DefInt statement DefInt Statement Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
DefInt: Integer Sub ExampleDefInt iCount=200 ' iCount is an implicit integer variable End Sub