Syntax
| FileLines (filename$)
| ||||
---|---|---|---|---|---|
Description
| Returns a Long Integer containing the number of lines of text in filename$.
The number of lines is determined by counting the number of line-separators in the file (CR/LF, CR or LF characters).
NOTE: Use this function only on text (ascii) files.
| ||||
See Also
| |||||
Example
|
|