/hcopy
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 4.3 |
| Scores Submitted | 4 |
| Date Added | Sep 24, 2007 |
| Last Updated | Oct 17, 2007 |
| Tags | copy hash paste table |
|
|
Introduction
* Further documentation in code.
mIRC Snippet:
/hcopy
Posted on Sep 24, 2007 6:43 pm
Posted on Sep 24, 2007 6:43 pm
do you have to type the ->
mIRC Snippet:
/hcopy
Posted on Sep 25, 2007 1:36 am
Posted on Sep 25, 2007 1:36 am
Easiest way of copying a hash table is to:
1. save the current hash table into a file
2. free the current table
3. create the new table
4. load the data in the file to the new table
5. end ;)
^^ useful especially if you have a large amt of data in the table.
1. save the current hash table into a file
2. free the current table
3. create the new table
4. load the data in the file to the new table
5. end ;)
^^ useful especially if you have a large amt of data in the table.




