This function will return the IP address of the given URL.
network_resolve(url);
| Argument | Description |
|---|---|
| url | The URL to get the IP of (a string). |
String
game_ip =
network_resolve("www.macsweeneygames.com");
The above code will return the IP address of the given URL and store it in the variable "game_ip".