[Implemented] Network commands.
Posted: Mon Jun 10, 2002 10:10 pm
Restored from previous forum. Originally posted by Pupil.
It would be nice to be able to easily use a longword ip address with the 'OpenNetworkConnection()' command. Perhaps something like this:
Where 'ip.l' is prioritized if supplied, or perhaps change it altogether and split it up into two commands like this:
Implementing this would make my source lines fit within 120 columns width atleast 
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)
