docs

Home All functions Categories

vuNetworkUser()

vuNetworkUser(), CSTRING

Description

Returns the network user name of the current process.

Parameters

Parameter Data Type Description
None   This function takes no parameters.

Returns

A CSTRING containing the network user name of the current process.

Example

MESSAGE(vuNetworkUser() & ' is the network user')

LOC:NetUser = vuNetworkUser()

Notes

Home All functions Categories