mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Sep 2006
Posts: 35
C
chump Offline OP
Ameglian cow
OP Offline
Ameglian cow
C
Joined: Sep 2006
Posts: 35
hi peeps i was wondering how i go about removing certain lines of txt from a file..like if i have a txt match how i could del it from file or wipe it from file thx

Joined: Apr 2004
Posts: 218
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Apr 2004
Posts: 218
Use $read in and /write -dl switches


Live to Dream & Dream for Life
Joined: Oct 2004
Posts: 8,330
Hoopy frood
Offline
Hoopy frood
Joined: Oct 2004
Posts: 8,330
Example code:
Code:
if $read(filename.txt,w,*test*) { write -dl $readn filename.txt }


Invision Support
#Invision on irc.irchighway.net

Link Copied to Clipboard