I'm using Sockets to retrieve info from a web dite. I use the following script to diplay the data on my status window:

on *:sockread:getfile: {
if ($sockerr > 0) return
:nextread
sockread %temp
if ($sockbr == 0) return
if (%temp) {
echo -a %temp
}
goto nextread
}

but I keep getting this error: * /echo: line too long (line 102, script4.ini)

can anybody give me a hand to solve this please?