From WikiChip
Difference between revisions of "mirc/identifiers/$len"
(→Paramters) |
|||
Line 9: | Line 9: | ||
== Paramters == | == Paramters == | ||
− | ''' | + | '''text''' = The input string you want to know the lenght of |
== Properties == | == Properties == |
Revision as of 13:14, 12 June 2017
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$len(text) returns the number of characters in the text
Synopsis
$len(text)
Paramters
text = The input string you want to know the lenght of
Properties
None
Example
//echo -a $len(ONE)
will return 3
//echo -a $len(ONE TWO)
will return 7
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.