sorry, the page is a test one on my hard disk, I have put it on my web server and is always off-line.
I have tried now this code:
on *:sockread:MySocket:{
if ($sockerr > 0) return
else {
:nextread
sockread -f %scasttemp
if ($sockbr == 0) return
if (%scasttemp == $null) %scasttemp = empty
set %scasttemp $gettok(%scasttemp,9-,44)
msg $active %scasttemp
}
}
There are 2 problems, if I change the gettok to 10 or above it display nothing even if there are 38 commas ;(
example $gettok(%scasttemp,10-,44) <---- display nothing
Maby not the whole raw code was read in the %scasttemp?
Thanks (sorry for my bad english)