| Home | All functions | Categories |
vuComputerName(), CSTRING
Returns the name of the computer on which the application is running.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
A null-terminated CSTRING containing the computer name.
MESSAGE('The name of this computer is ' & vuComputerName())
| Home | All functions | Categories |