ip address as a string?

BlitzMax Forums/BlitzMax Programming/ip address as a string?

rdodson41(Posted 2006) [#1]
[EDIT] whoops figured it out I shoulda looked a little harder! HostIp() if anyone has the same problem.

In the function ConnectSocket() it takes an argument called remoteIp that is the ip address of the remote server obviously. But it is an Int, and isn't an ip address a string like "127.0.0.1" ? That how it was done in B+, so I'm wondering how to connect to a remote ip if I only know the dotted form?