From WikiChip
$filtered Identifier - mIRC
< mirc‎ | identifiers

$filtered returns the number of matching lines found by the latest filter in the current script thread, if any.


Synopsis[edit]

$filtered

Parameters[edit]

None

Properties[edit]

None

Example[edit]

$filtered holds the number only during the current script thread, and knows the result even if the filter was performed in another alias or identifier.
$filtered returns 0 if no filter command yet performed in that script thread.

//echo -a previous filter result shows zero $filtered | filter -fk versions.txt noop */* - mirc * | echo -a filter found $filtered matching lines in versions.txt

Compatibility[edit]

Added: mIRC v5.4
Added on: 23 Jun 1998
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