mIRC Homepage
Posted By: Adler Filter bug in dialog?!? - 16/06/03 10:36 PM
I have a editbox and i would filter the empty lines, but i think there is an bug

i use:

/filter -xcif perform 10 commands.txt $crlf

If in the edibox:

/mode $me -c


/echo test

it runs perfectly
but if i write in editbox:

//mode $me -c


/echo test

Then the filter delete my file and write nothing....
Posted By: ScatMan Re: Filter bug in dialog?!? - 16/06/03 10:43 PM
it works fine, make sure that if u are typing the /filter from the editbox use multiple / (//) so $crlf will evaluted
Posted By: Adler Re: Filter bug in dialog?!? - 16/06/03 11:11 PM
sorry i dont use /

filter -xcif einstellungen 108 $+(Einstellungen\,$did(100).text,.txt) $crlf
this is my orginal scriptline, but the editbox wont be save if i write:
Code:


//mode $me -c


/echo test



(If the 1. line is empty, the filter kill the file and dont filter)
Posted By: ScatMan Re: Filter bug in dialog?!? - 16/06/03 11:27 PM
i just checked it, it works
maybe your filename contains spaces, try replacing it with
filter -xcif einstellungen 108 $+(",Einstellungen\,$did(100).text,.txt,") $crlf


Posted By: Adler Re: Filter bug in dialog?!? - 17/06/03 10:07 AM
which mirc version use you?
It wont work, i think im to dumb :-/

edit "",108, 26 117 220 130,vsbar hsbar tab900 multi return
Posted By: Adler Re: Filter bug in dialog?!? - 17/06/03 10:28 AM
I have made an other dialog with the same terms then it works
*grml*

EDIT:
lol
Sorry, im dumb ;-)
Now i have found my problem ;-)

thank you for your endurance
© mIRC Discussion Forums