CreateNetworkServer()
Syntax
Result = CreateNetworkServer(Port)
Description
Create a new network server on the local computer at the specified port. Port values can goes from 6000 to 7000 (this is a recommended area space, but it can go from 0 to 16000 in reality). Any number of servers can run simultanely on the same computer but not with the same port number. If the 'Result' is 0, the server can't be created (port in use), else the server has been correctly created and ready to use.
Port: Port number for this server
Supported OS
Windows, AmigaOS, Linux