DefLng Statement/text/sbasic/shared/03101600.xhpDefLng statementDefLng StatementSets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.DefLng: LongSub ExampleDefLng lCount=123456789 ' lCount is an implicit long integer variableEnd Sub