mIRC Code Snippets Tagged with table
(17)
This is a handy little thing to use if you want to simplify the use of hash tables...
Syntax:
$array(Table|N[,Item|N]) - Retrive array info
/array -new <Table> - Adds a new table
/array -item[add]..
I've just edited it with my mad mspaint skillz so that Unununium and Ununillium have been renamed to Darmstadtium and Roentgenius respectively (they have been renamed since). Also have filled in the weird..
Load it up, Right-Click in Status/Channel/Query windows and have fun.
*** Made this a while ago, probably won't update, just wanted to publish ***
I was going to make a nice little addon out of this, but I don't have the motivation. If you want to use this be my guest, as of right now, it doesn't really serve a purpose.
Have fun.
Edit: Updated..
Hash Table viewing Dialog v2.01
Creator - JoshR
Reason for making - For people who are visual learners to assist them in hash tables
and just to further my own experience.
Usage..
This is a basic ASCII Table generator. Never really knew how useful this would be to people, because it's so easy, but I'm submitting it for anyone that ever wanted to view the ASCII table within mIRC,..
This was basically just a test to learn hash tables, and it worked great! So I figured I'd put it on here.
Load into your bots remotes (ALT+R).
As a "Learn bot", you can make it learn stuff..
This dialog allows you to merge the data of two items in the same hash table together. Once you merge the two items into one it will delete the second item.
Example:
First Item: Pins Steve 25
Second..
This script has the ability to add new tables , items and data. It can also be used to delete tables , items or data. It can also be used to delete multiple items from a hash table at one time.
Update:..
This is the game Slots.
!snew -- creates an account
!smoney -- show money for $nick , $2 or top ( most out of all player )
!sreset -- resets money to 1000 for $nick or $2
To play game use one of..
This little ( started little any way ) will transfer a hash table to a text file and sort several different ways. Thanks to QuickStep for the " sorttxt " alias.
;Usage /htt HashTable WL/W..
Documentation lies within the code.
Finally done rewriting it!
*View Hash Tables
*Add/Remove Hash Tables and Items
*Edit Data
Enjoy, put in remotes, type /file or right click and click the menu to start it up
/hedit or $hedit
<br>
A simple alias that edits the data of a specified item in a hash table through hadd and hdel. You must specify all the required parameters otherwise the snippet will not..
simple code that copies one hash table into a new one.
* Further documentation in code.
A simple code that allows you to view the items in a hash table. It gives you the option to delete or add items on free will.
/hview (hash) - lists all items in the table in the new window, giving..
Have a lot of Hash Tables? Here is a way to see what you have in each one. There is also ways to add tables , items to tables & items/data to tables.
Update1: Found an issue where you could not..