| IPaddress | 
Input | 
This first parameter is the IP address of the host
system to connect to.  It must be in the IP format of 4 numbers separated by
dots.  i.e. 127.0.0.15
 
 | 
Socket | 
Input | 
This second parameter is the socket to connect to on
the remote host.  It is a integer from 1-65535.  Values below 5000 are for
standard internet services like SMTP mail.
 
 | 
Timeout | 
Input | 
This optional third parameter is the timeout to apply
to the open.
 
 | 
IO | 
Output | 
If the connection is made then IO will hold the
implemention value that is used to reference the connection.
 
 | 
POP | 
Output | 
This variable reports the connection status.  A value
of 0 means the connection was successful.  A positive value means the
connection failed.  It works the same as a call to %ZIS.
 
 |