watch 01:25
Jurassic World: Dominion Dominates Fandom Wikis - The Loop
Do you like this video?
Play Sound
Returns the domain name of the local system.
Syntax:
hostName()
Examples:
if the hostName is "localhost.example.org" then return empty
Use the hostName function to find the domain name of the computer that LiveCode is running on.
The hostName function does a reverse DNS lookup on the hostAddress in order to find the domain name. This means that the computer must be connected to the Internet in order to use this function. If a connection to the Internet is not available, the hostName function returns an error message.
See also: hostAddress, DNSServers