hostName()

Synopsis

Returns a string describing the "host" environment in which the Intent Kernel is embedded.

If you create your own host, you have to specify the "host name" during host initialization.

Syntax

hostName ( ) As String 

Example 1

Inventor host name
Intent >hostName() 
--> "Inventor 2012 (Build 160160000, 160)"

Example 2

Full host info
Intent >hostName() & " " & hostMajorVersion() & "." & hostMinorVersion() 
--> "MinHost 5.0"