mIRC Home    About    Download    Register    News    Help

Print Thread
#5106 05/01/03 06:55 PM
Joined: Jan 2003
Posts: 3
T
Timmy Offline OP
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Jan 2003
Posts: 3
I cant seem to get $hfind to work in the same way as $hmatch did in previous versions is it a bug?

#5107 05/01/03 10:12 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
The current version has combined $hfind, $hmatch and $hregex into a single extended $hfind. You may read the help file for syntax info.

#5108 06/01/03 10:15 AM
Joined: Jan 2003
Posts: 3
T
Timmy Offline OP
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Jan 2003
Posts: 3
yes i have read the help file and experimented with it many times and it seems i cant match a full address of a user with a wildcard mask in the hash table but using $hmatch it works fine.

#5109 06/01/03 01:58 PM
Joined: Dec 2002
Posts: 349
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 349
try $hfind(hash,fulladdress,1,W)

the 'W' provides the 'reverse-wildmask' match that was in the old $hmatch. Hope that helps. smile

#5110 06/01/03 02:10 PM
Joined: Jan 2003
Posts: 3
T
Timmy Offline OP
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Jan 2003
Posts: 3
thanks i was being thick i forgot to use the N value


Link Copied to Clipboard