DefCur Statement /text/sbasic/shared/03101110.xhp DefCur
DefCur statement DefCur Statement If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range.
Sub ExampleDefCur Print liquid, Typename(coinbit), VarType(money) ' Result is: 0.0000 Currency 6 cCur=Currency ' cCur is an implicit currency variable. End Sub