DefStr Statement /text/sbasic/shared/03101140.xhp
DefStr statement DefStr Statement If no type-declaration character or keyword is specified, the DefStr statement sets the default variable type, according to a letter range.
DefStr: String DefStr s Sub ExampleDefStr sStr=String ' sStr is an implicit string variable End Sub