Hi!
How can I retrieve my external IP address in Blitzmax? I found some posts on this, but this was before Mark released the socket library.
Nothing is returned. I assume I have to do a dottedIP$ in the end for sake of readability.
How can I retrieve my external IP address in Blitzmax? I found some posts on this, but this was before Mark released the socket library.
sock=CreateTCPSocket() Print SocketRemoteIP(sock)
Nothing is returned. I assume I have to do a dottedIP$ in the end for sake of readability.