mIRC Home    About    Download    Register    News    Help

Print Thread
#16562 23/03/03 06:55 AM
Joined: Dec 2002
Posts: 332
C
Cheech Offline OP
Fjord artisan
OP Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
when using /write to write to a specific line in a file
/write -l5 c:\info.txt
can you use a var for the line number like
/write -l%s c:\info.txt or something of the sort ?

#16563 23/03/03 07:00 AM
K
Kratheous
Kratheous
K
Use:

Code:
/write -l $+ %s c:\info.txt

#16564 23/03/03 07:32 AM
Joined: Dec 2002
Posts: 332
C
Cheech Offline OP
Fjord artisan
OP Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
works great thx smile


Link Copied to Clipboard