13.2. Getting the host name

[<<<] [>>>]

ScriptBasic can easily get the name of the host the code is running calling the function hostname. This function returns the internet name of the host. For example the code fragment

print hostname,"\n"

prints vphome on my machine.


[<<<] [>>>]