Returns the socket port number for the specified socket connection.
s=SOCKET_INIT(0) PRINT, 'PORT IS: ', SOCKET_GETPORT(s)See Also
For more detailed information on using the socket routines, see Interapplication Communication Using the Socket OPI.