hostname
get host name of this computer.
📝Syntax
s = hostname()
📤Output Arguments
Parameter Description
s a char array: host name.
📄Description

hostname get host name of this computer.

💡Examples
hostname()
🔗See Also
username
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub