mIRC Home    About    Download    Register    News    Help

Print Thread
#62738 03/12/03 06:07 PM
Joined: Sep 2003
Posts: 156
B
bleach Offline OP
Vogon poet
OP Offline
Vogon poet
B
Joined: Sep 2003
Posts: 156
writeini command doesnt write texts (with their colours) to an any file..what should I do :\?
eg:
on *:OPEN:?:*:writeini tmp.ini $nick 1 $1-

Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
you could $replace the control codes to characters inis doesn't strip


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
Yah.. That is a bug already reported.. You can resolve that with replace the control-code chars with somethink other.. And when you read reaplace back..
You can finde some solution here..



mIRC Chm Help 6.16.0.3 Full Anchored!
Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
I write my post's too slow blush


mIRC Chm Help 6.16.0.3 Full Anchored!
Joined: Sep 2003
Posts: 156
B
bleach Offline OP
Vogon poet
OP Offline
Vogon poet
B
Joined: Sep 2003
Posts: 156
thx =)

Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
ini files do NOT support low ascii codes... this is a problem in windows, not mIRC...

I use $encode and $decode to write low ascii codes to ini files ( I just $encode the while line which needs to be written )


If it ain't broken, don't fix it!

Link Copied to Clipboard