DefSng Statement /text/sbasic/shared/03101130.xhp
DefSng statement DefSng Statement If no type-declaration character or keyword is specified, the DefSng statement sets the default variable type, according to a letter range.
DefSng: Single DefSng s Sub ExampleDefSng sSng=Single ' sSng is an implicit single variable End Sub