From WikiChip
Difference between revisions of "mirc/identifiers/$lines"
< mirc‎ | identifiers

m
m
Line 22: Line 22:
 
{{mIRC compatibility|4.5}}
 
{{mIRC compatibility|4.5}}
  
== See Also ==
+
== See also ==
 
* {{mIRC|$read}}
 
* {{mIRC|$read}}
 
{{mIRC identifier list}}
 
{{mIRC identifier list}}
 
[[Category:mIRC identifiers|lines]]
 
[[Category:mIRC identifiers|lines]]

Revision as of 17:20, 20 September 2017

$lines returns the total number of lines in the specified text file.


Synopsis

$lines(filename)

Paramters

filename - The complete filename you want to know the total number of.

Properties

None

Example

//echo -a $lines(readme.txt)
will return the total number of lines in the relative filename readme.txt.

Compatibility

Added: mIRC v4.5
Added on: 30 Jun 1996
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See also

[Expand]
v · d · e mIRC identifier list