HOSTNAME function

Synopsis
This function returns the name of the current platform, as a string. In emulation mode, this function returns the string "Emulation".
Variations
HOSTNAME()
Returns the name of the current platform.
Returns
Returned types: String.
Examples
1.

The following example returns the name of the current platform.

HOSTNAME()