From WikiChip
Difference between revisions of "mirc/identifiers/$lines"
(→Paramters) |
(→Paramters) |
||
Line 9: | Line 9: | ||
== Paramters == | == Paramters == | ||
− | '''filename''' | + | '''filename''' - The complete filename you want to know the total number of. |
== Properties == | == Properties == |
Revision as of 13:20, 12 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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.