Yep, normally works with this..
On *:Sockread:name:{
:start
sockread %var
do commands
goto start
}
But, look.. the webpage returns something like this :
hello
my name
im from
<td>
</tr>
<etc>
(just test)
When i read "my name" i know than 2 lines more ago is the line than i whant.. for this, i need a cycle than reads with sockread until found "my name", then i need another cycle to read with sockread until i found "<etc>"
The problem is if i do this, with "goto" or "do", the sockread no return nothing, but if after the sockread i put a echo works fine.. i mean, needs than do a command, otherwise not work, but the echo is not good idea to me
...
When i say "traducer" i want to mean "traductor".. spanish to english and english to spanish. I read the strings from babelfish.altavista.com
Again, sorry but my english is very bad..