mIRC Homepage
Posted By: MrUser sort hashtable alphabetic order - 11/01/09 10:13 AM
hello
how can i change the hashtable in alphabetical order?
Posted By: 5618 Re: sort hashtable alphabetic order - 11/01/09 01:06 PM
Hash tables are not meant to be used in that sort of way, so you can't.
What you *can* try to do is sort the .txt/.hsh file alphabetically before loading it.
Posted By: MrUser Re: sort hashtable alphabetic order - 11/01/09 01:10 PM
thx i will try.
Posted By: starbucks_mafia Re: sort hashtable alphabetic order - 11/01/09 03:53 PM
Sorting the file before loading it won't affect anything. There's simply no way to sort hash tables - it's an inherent property of how they work.

If you need a sorted data structure you could use either a file (slower to read/write, but can be as big as you need) or a sorted hidden window (fast, but limited size).
© mIRC Discussion Forums