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

(Created page with "{{mirc title|$flinen Identifier}}'''$flinen''' returns the number of the line matching with $fline, which is meant to be used when you use the .text property of $fline(). '''...")
 
 
Line 1: Line 1:
 
{{mirc title|$flinen Identifier}}'''$flinen''' returns the number of the line matching with $fline, which is meant to be used when you use the .text property of $fline().
 
{{mirc title|$flinen Identifier}}'''$flinen''' returns the number of the line matching with $fline, which is meant to be used when you use the .text property of $fline().
  
'''Note''': $flinen has a global value like $readn, always returning the value for the last search, 0 if no search has been made.
+
'''Note''': $flinen has a global value like $readn, always returning the value for the last search. Returns 0 if no search has been made, or if the most recent search failed to find a match.
 
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 17: Line 16:
  
 
== Compatibility ==
 
== Compatibility ==
{{mIRC compatibility|7.6}}
+
{{mIRC compatibility|7.59}}
  
 
== See Also ==
 
== See Also ==
{{mIRC|$sline}}
+
* {{mIRC|$sline}}
{{mIRC|$line}}
+
* {{mIRC|$line}}
{{mIRC|$window}}
+
* {{mIRC|$window}}
{{mIRC|$fline}}
+
* {{mIRC|$fline}}
 
 
[[Category:mIRC identifiers]]
 

Latest revision as of 16:42, 6 October 2022

$flinen returns the number of the line matching with $fline, which is meant to be used when you use the .text property of $fline().

Note: $flinen has a global value like $readn, always returning the value for the last search. Returns 0 if no search has been made, or if the most recent search failed to find a match.

Synopsis[edit]

$flinen

Parameters[edit]

None

Properties[edit]

None

Example[edit]

//echo -a $fline($chan(1),*mirc*) $flinen

Compatibility[edit]

Added: mIRC v7.59
Added on: 08 Feb 2020
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also[edit]