###User Defined Function###
_GetIP

###Description###
Get public IP address of a network/computer.

###Syntax###
#include <GetIP.au3>
$variable = _GetIP()


###Parameters###
None.

###ReturnValue###
None.


###Remarks###
This only returns the Public IP address of a computer or network. Do not forget to set a the return value to a variable.

###Related###


###Example###
@@IncludeExample@@