DefCur Statement [Runtime]/text/sbasic/shared/03101110.xhpDefCurrDefCur statementDefCur Statement [Runtime]If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range.DefCur: CurrencyDefCur cSub ExampleDefCur cCur=Currency ' cCur is an implicit currency variableEnd Sub