mIRC Home    About    Download    Register    News    Help

Print Thread
Page 2 of 2 1 2
D
danzigrules
danzigrules
D
ok that fixed it and is working great.

how does it find the specific # though?

I am just wondering, because I am just trying to do a simple script to trigger a specific line of a .txt file, that is on my machine. It is a list of phone #'s that I want to msg the user that requests the info for a specific person.

I feel bad for asking, and want to learn. frown

Last edited by danzigrules; 09/02/07 06:10 PM.
Joined: Oct 2004
Posts: 8,061
R
Hoopy frood
Offline
Hoopy frood
R
Joined: Oct 2004
Posts: 8,061
It uses hash tables and the item name is the number, so I just grab the data by using the $hget command on that item name (number).

If you want to use a text file, then use $read with the "s" or "w" parameters to search for what you're looking for.

Page 2 of 2 1 2

Link Copied to Clipboard