> 150 OPEN_IN #8,"tcp_"&server$&":110"
> 160 out%=2
> 170 crlf$=CHR$(13)&CHR$(10)
> 180 PRINT#8, "USER "&user$&crlf$;
> 190 IF NOT(CheckResponse) THEN STOP
> 200 PRINT#8, "PASS "&password$&crlf$;
[snip]
> Marcel

I have not tested it so I do not know if it would work here. But one 
question: how can you PRINT to a channel open for input?

Arnould


                WebMail / Magic OnLine
                http://www.magic.fr

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to