|
Previous Top Next |
Prototype: | (),String,PROC |
Returns | Return the computer name |
This method uses the GetComputerName api to retrieve the name of the computer as shown below.
On this computer the GetComputerName would return "Compaq" Note that the APIs normally return the computer name as all upper case.
Example:
ITC ITCoreClass
Code
Message('Computer Name: ' & ITC.GetComputerName())
!! Using the ITC.ComputerName property would also work.
See also: