mIRC Homepage
Posted By: Xx_InSaNe_xX Continue Line - 07/05/06 03:41 PM
I have a line in my script that is too big to fit on one line. Is there a way to continue it on the next line? I tried $& already, but I get an error saying line too line no matter what I do. I thought the way to do this was to use ¬, but it also is not working. Thanks.
Posted By: IR_n00b Re: Continue Line - 07/05/06 04:04 PM
I think lines have a 900 character limit. Not sure, but you can try using %vars to set text, make the line shorter, or do it in separte parts
i.e:
Code:
var %n = $gettok(%text,1,54)
var %f = blahblahblah
var %q = $getok(%text,4,32)
echo -a %n %q %f
Posted By: hixxy Re: Continue Line - 10/05/06 03:21 AM
Use a binary variable.
Posted By: hixxy Re: Continue Line - 10/05/06 03:22 AM
That won't help one bit.

Code:
//echo -a $str(a,1000)


Code:
//var %a = $str(a,500), %b = $str(a,500) | echo -a %a %b


Try both.
© mIRC Discussion Forums