NewlineCode Property (Document Object)¶
Retrieves the current newline character code of the document. nNewlineCode Specifies one of the following values. eeCrAndLf CR+LF eeCrOnly CR only eeLfOnly LF only eeNewlineMixed Mixed Supported on EmEditor Professional Version 17.6 or later.¶
[JavaScript]¶
nNewlineCode = document.NewlineCode;
[VBScript]¶
nNewlineCode = document.NewlineCode
Parameters¶
Version¶