DefInt Statement/text/sbasic/shared/03101500.xhpDefInt statementDefInt StatementSets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.DefInt: IntegerSub ExampleDefInt iCount=200 ' iCount is an implicit integer variableEnd Sub