https://www.purebasic.com/documentation ... ction.htmlThe server to connect to. This can be an IP address or a full name (ie: "127.0.0.1" or "ftp.home.net").
OpenNetworkConnection() connects with local server if host name is blank
Moderator: Documentation Editors
OpenNetworkConnection() connects with local server if host name is blank
OpenNetworkConnection("", port) with blank host parameter makes a connection with the local server but the documentation doesn't mention this behaviour. I have only tried this with Windows 64-bit PB 6.00.