Hi!
I'm creating something lately, a long term project as my time is kinda limited for now.
In that project there is a "database" with registered users and info and other stuff.
I don't have any problem with hashtables, not anymore, i can make, save, load, edit them very easily.. but i was wondering...
Right nw i am using 1 hashtable where each item is a user and data is some info seperated with ~ so i can use spaces in each part of info and still be able to get them seperately with $gettok .
But it would be a lot easier to get the info i need if i had a diff hashtable for each user.
So at last, my question is: should i keep using one hadhtable or try out seperate for each user? Would that make mirc heavy or slower? And apart from that what do you find more efficient and "right".
Thanks!
-OrFeAsGr