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

Accept

   

Declaration:

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

Description:

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

The function returns True if successfull, False otherwise.

Errors:

The errors are those of Accept.

See also:

Accept



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998