next up previous contents index
Next: Connect Up: Functions and Procedures Previous: Connect

Connect

   

Declaration:

Function Connect (Sock:longint;const addr:string;var SockIn,SockOut:text) : Boolean;

Description:

This is an alternate form of the Connect command. It is equivalent to subsequently calling the regular Connect function and the Sock2Text function.

The function returns True if successfull, False otherwise.

Errors:

The errors are those of Connect.

See also:

Connect



root
Fri Sep 11 18:24:36 CEST 1998