mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2006
Posts: 13
Z
ZorgonX Offline OP
Pikka bird
OP Offline
Pikka bird
Z
Joined: Mar 2006
Posts: 13
Is it impossible? I've tried every method I could think of, and I enlisted the help of a few other people who also came short of a solution.. I searched the mIRC forums a bit, and couldn't find anything (though I may have just chosen the incorrect keywords)..

What I'm trying to do, is something along these lines:
write example.txt -dl and then add on $1 to the switch.

I've tried several things, but they seem to all just count is as text instead of a switch..
Help would be appreciated.

Examples of things that did not work (though they may give an idea as to what I'm attempting):

Code:
{var %variable = $1
write example.txt %variable}
write example.txt [ -dl [ $+ $1 ] ]
write example.txt - [ $+ -dl [ $+ [ $1 ] ] ]
(etc.)
write example.txt -dl $+ $1
write example.txt $+(-dl,$1)

Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
Your problem is that you have the switch in the wrong spot.

Try:

write -dl $+ $1 file.txt

A quick look using /help /write could have solved it for you wink

Joined: Mar 2006
Posts: 13
Z
ZorgonX Offline OP
Pikka bird
OP Offline
Pikka bird
Z
Joined: Mar 2006
Posts: 13
Oh.. wow..

NOW I feel like an idiot.

Thank you for leading this poor, misguided soul...

Last edited by ZorgonX; 28/03/06 12:45 AM.

Link Copied to Clipboard