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