It would be nice to be able to easily use a longword ip address with the 'OpenNetworkConnection()' command. Perhaps something like this:
Code: Select all
OpenNetworkConnection(ipstring.s, port[, ip.l])
Code: Select all
ip.l = ResolveURL(ipstring.s)
OpenNetworkConnection(ip.l, port)
