Thread
:
how to know the number of the line
View Single Post
#
2
(
permalink
)
07-31-2007, 08:50 PM
brianhks
Senior Member
Join Date: Jul 2007
Posts: 134
The only way to know the line number it to count the linefeeds (\n) in the document. Which means you have to read through the whole file to figure it out.
brianhks
View Public Profile
Send a private message to brianhks
Find all posts by brianhks