func GetMyIP( cURL ) #include "tip.ch" local cMyIP := "" local oUrl, oClient cURL := if( empty(cURL), "http://www.whatismyip.org/", cURL ) oUrl := tURL():New( cURL ) if !empty( oUrl ) oClient := tIPclient():new( oUrl ) if !empty( oClient ) oClient:nConnTimeOut := 20000 ...