DefDbl Statement
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
DefDbl: Double
Sub ExampleDefDBL
dValue=1.23e43 ' dValue is an implicit double variable type
End Sub
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
DefDbl: Double
Sub ExampleDefDBL
dValue=1.23e43 ' dValue is an implicit double variable type
End Sub