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

(Paramters)
m
 
Line 1: Line 1:
 +
{{mirc title|$len Identifier}}'''$len(text)''' returns the number of characters in the text
  
 
{{mirc title|$len Identifier}}'''$len(text)''' returns the number of characters in the text
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 9: Line 8:
 
== Paramters ==
 
== Paramters ==
  
'''text''' - The input string you want to know the lenght of
+
'''text''' - The input string you want to know the length of
  
 
== Properties ==
 
== Properties ==
Line 27: Line 26:
 
{{mIRC compatibility|4.5}}
 
{{mIRC compatibility|4.5}}
  
== See Also ==
+
== See also ==
[[Category:MIRC identifiers]]
 
 
* {{mIRC|$count}}
 
* {{mIRC|$count}}
 +
{{mIRC identifier list}}
 +
[[Category:mIRC identifiers|len]]

Latest revision as of 17:16, 20 September 2017

$len(text) returns the number of characters in the text


Synopsis[edit]

$len(text)

Paramters[edit]

text - The input string you want to know the length of

Properties[edit]

None

Example[edit]

//echo -a $len(ONE)

will return 3

//echo -a $len(ONE TWO)

will return 7

Compatibility[edit]

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[edit]

[Expand]
v · d · e mIRC identifier list