| Home | All functions | Categories |
vuNetworkUser(), CSTRING
Returns the network user name of the current process.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters. |
A CSTRING containing the network user name of the current process.
MESSAGE(vuNetworkUser() & ' is the network user')
LOC:NetUser = vuNetworkUser()
| Home | All functions | Categories |