Top

/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 
  Bookmark and Share

Introduction

simple code that copies one hash table into a new one.

* Further documentation in code.

Grab the Code

Comments

  (3)  RSS
mountaindew
Comments: 1,636
 
mIRC Snippet:  /hcopy
Posted on Sep 24, 2007 6:43 pm
do you have to type the ->
xDaeMoN
Comments: 696
 
mIRC Snippet:  /hcopy
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.
Gummo
Comments: 137
 
mIRC Snippet:  /hcopy
Posted on Sep 25, 2007 1:52 am
That doesn't appear to be the case, mountaindew, seeing as the script only refers to $1, $2 and $3, ruling out the ->.

Please Register or Login to start posting comments.
Bottom