The maximum chars per line before end of line char(s)
[Visual Basic]
Public Shared ReadOnly MAX_CHARS_PER_LINE As Integer[C#]
public static readonly int MAX_CHARS_PER_LINE;
[C++]
public: static const int MAX_CHARS_PER_LINE;
[JScript]
public static const var MAX_CHARS_PER_LINE: int;