DefDbl Statement /text/sbasic/shared/03101400.xhp
DefDbl statement

DefDbl Statement

Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
Sub ExampleDefDBL fValue=1.23e43 ' fValue is an implicit double variable type Print Typename(float), VarType(fire), factory ' Result is: Double 5 0 End Sub