-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
$hfind identifier - mIRC
< mirc | identifiers
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
- mIRC Installation
- Virtual profile
- Playing music
- Unicode
- IPv6
- Optimization
- Threads
- DCC Protocols
- Line Length Limit
- Font rendering
$hfind Searches an hash table for the Nth item name which matches text. Returns item name.
Synopsis
$hfind(name/N, text, N, M, @window | command) == Parameters == * '''name/N''' - the Nth hash table or the name of it * '''text''' - the expression to use to find a match * '''N''' - The Nth match, use 0 to get the total number of match or to trigger the @window | command parameter for all matches * '''M''' - optional, a letter indicating how to match, default to value normal text comparison (n) below: ** n - normal text comparison ** w - wildcard expression ** W - hash table item/data is wildcard expression, see example below ** r - regular expression ** R - hash table item/data is regular expression, see example below == Properties == * '''.data''' - instead of looking for matches against item, matches against data == Example == <pre>//hadd -m test test test | echo -a $hget(test,test) | hfree test
Compatibility
Added: mIRC v5.81
Added on: 09 Nov 2000
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.
See also
[Expand]