docs

Home All functions Categories

vuUserName()

vuUserName(), CSTRING

Description

Retrieves the name of the current user logged into the PC.

Parameters

Parameter Data Type Description
None   This function takes no parameters.

Returns

A CSTRING containing the name of the current PC user.

Example

MESSAGE(vuUserName() & ' is currently using this machine')

Notes

Home All functions Categories