docs

Home All functions Categories

vuComputerName()

vuComputerName(), CSTRING

Description

Returns the name of the computer on which the application is running.

Parameters

Parameter Data Type Description
None   This function takes no parameters

Returns

A null-terminated CSTRING containing the computer name.

Example

MESSAGE('The name of this computer is ' & vuComputerName())
Home All functions Categories