result := STD.System.Util.ResolveHostName ( host );
host | A null-terminated string containing the DNS name of the remote machine. |
Return: | ResolveHostName returns returns a VARSTRING (null-terminated) value. |
The ResolveHostName function does a DNS lookup to return the ip address for the specified host name.
Example:
host := 'dataland_dali.br.seisint.com'; OUTPUT(STD.System.Util.ResolveHostName(host));