#8700
Yutaka Emura
Keymaster

Hi,

GetLine method (Document object) allows you to add new line character(s) (CR, LF, or CR+LF) at the end of the line.


str = document.GetLine( yLine, eeGetLineWithNewLines )

Then you can correctly count the line length.

I hope this helps.