SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: rowbearto on April 06, 2019, 01:18:55 AM

Title: _mdi.p_child.p_line is returning wrong line number on large file
Post by: rowbearto on April 06, 2019, 01:18:55 AM
Look for wronglinenum.tar.gz on support.

Follow instructions in REPRODUCE.

Thanks!
Title: Re: _mdi.p_child.p_line is returning wrong line number on large file
Post by: rowbearto on April 06, 2019, 01:28:31 AM
Found the issue. I should be using p_RLine, not p_line to get what I want. p_line counts extra lines that are larger than the line length.