DefStr Statement/text/sbasic/shared/03101140.xhpDefStr statementDefStr StatementIf no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range.DefStr: StringDefStr sSub ExampleDefStr sStr=String ' sStr is an implicit string variableEnd Sub