$lines: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Doomie (talk | contribs)
No edit summary
 
(No difference)

Latest revision as of 21:30, 26 November 2005

Returns the total number of lines in the specified text file.

$lines(filename)

You can use this to loop through a file. Take a look at /while to get more information about it.