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