GetComputerName
Returns the local computer name.
Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
---|---|---|---|---|---|---|
GetComputerName | System Info | Synchronous | Supported | Not supported | Supported | Not supported |
Syntax
This function takes no parameters.
Returned value
Returns the local computer name as a string.
Examples
Tag Name | Expression |
---|---|
Tag | GetComputerName() // Returned value = “Terminal53″ |
Tag | GetComputerName() // Returned value = “BobsComputer” |