Hello, I'm trying to find out how to retrieve the local IP address in a desktop application. I can do something like this in a Web Application:
Code:
Get ServerVariable of ghoWebApp "REMOTE_ADDR" to sIP
I can also do this in a Desktop application to get the machine name:
Code:
Get_Environment "COMPUTERNAME" to sServerName
However I haven't found how to get the IP address in a desktop application. Is it possible?
P.S. It is difficult to find two letter words in the forum. The search ignores terms with two characters. If you search for "IP Address", the forum will erase "IP" and just search for "Address"