mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Oct 2006
Posts: 48
G
Ghozer Offline OP
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Oct 2006
Posts: 48
I came over a problem earlier, where im using something like..

$hfind(table,$+(*:,$number),w,0)

however, it would be nice if i there was a > or < comparison available in the $hfind, so I dont have to search ALL entries and compare each one indivudually using an if... thus slowing down the script... would be nice to be able to pick < or > than the specified wink

Last edited by Ghozer; 04/10/07 07:10 PM.
Joined: Feb 2005
Posts: 342
R
Fjord artisan
Offline
Fjord artisan
R
Joined: Feb 2005
Posts: 342
Not that this is a bad idea, but I don't think it's likely to happen.


What you want is more SQL than hash tables itself. I suggest looking into SQLite (.dll) for mIRC. smile

Joined: Oct 2006
Posts: 48
G
Ghozer Offline OP
Ameglian cow
OP Offline
Ameglian cow
G
Joined: Oct 2006
Posts: 48
I have SQLlite and im not changing my entire script to use mysql, its pretty much done, im just adding a feature that requires this sort of control, and i'd rather not have to rely on an SQL database for the script either tbh smirk


Link Copied to Clipboard