CreateNetworkServer()
Syntax
Result = CreateNetworkServer(Port)Description
Create a new network server on the local computer at the specified port. Port values can range from 6000 to 7000 (this is a recommended area space, but it can go from 0 to 65000 in reality).
Any number of servers can run simultaneously on the same computer but not with the same port number. However, there can only one Server be started from every Pb program.
If the 'Result' is 0, the server can't be created (port in use), otherwise the server has been correctly created and is ready to use.
Port: Port number for this server
Supported OS
All