DefSng Statement [Runtime]/text/sbasic/shared/03101130.xhpDefSng statementDefSng Statement [Runtime]If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range.DefSng: SingleDefSng sSub ExampleDefSng sSng=Single ' sSng is an implicit single variableEnd Sub