|
|
|
|
NetMachineName (Function) In french: NetNomMachine Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
// Displays the name of local computer Info(NetMachineName())
Syntax
<Result> = NetMachineName([<IP address>])
<Result>: Character string Name of current computer.
<IP address>: Optional character string IP address (in XXX.XXX.XXX.XXX format) of the computer whose name is requested. If this parameter is not specified, the name of the current computer is returned. This address must be a valid address. Remarks To check whether an IP address is valid, use Ping. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|