Lotus Notes Web – Converting Host Name To IP Address
April 5th, 2010
No comments
Lotus Notes Web – This code was found on a Visual Basic web site and converted to LotusScript. It is a LotusScript class that allows you to convert a host name to its IP address. To use, create a new HostName object.
Then check the IPAddress property of the new object to get the IP address. The property is a string.
This code is best stored in a script library. Create a new script library, then go to the (Declarations) section. The first part of that section is some constants:
Read more…
Viewed 7734 times by 2216 viewers
Categories: Lotus Notes Solution, Lotus Notes Tutorial, LotusScript, Notes Web Hots Name, IP Address













