CARenderingStyle::NewLineAsCRLF
Revision as of 04:59, 13 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CARenderingStyle = property bool NewLineAsCRLF = Specifies whether newline characters in text are converted to a CRLF sequence. Newline chara...")
property bool NewLineAsCRLF
Specifies whether newline characters in text are converted to a CRLF sequence. Newline characters won’t print correctly when output to a console window, such as from CScript programs, unless this is set to true. But if you want to obtain exactly the characters present in a text value, set to false. The default is True.
Data type
Boolean
Access
read/write
Usage
obj.CAObject::RenderingStyle.NewLineAsCRLF = False
See Also
Comments
Enable comment auto-refresher