From WikiChip
Difference between revisions of "mirc/identifiers/$flinen"
(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(). '''...") |
Maroonbells (talk | contribs) |
||
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 | + | '''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. | + | {{mIRC compatibility|7.59}} |
== See Also == | == See Also == | ||
− | {{mIRC|$sline}} | + | * {{mIRC|$sline}} |
− | {{mIRC|$line}} | + | * {{mIRC|$line}} |
− | {{mIRC|$window}} | + | * {{mIRC|$window}} |
− | {{mIRC|$fline}} | + | * {{mIRC|$fline}} |
− | |||
− |
Latest revision as of 15:42, 6 October 2022
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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.