Description

Returns the current network name of the user.

Syntax

network_user_name = RTI_GetNetworkUserName()

Returns

The current network name of the user.

Example

/* After the call to RTI_GetNetworkUserName(), 
network_user_name will be assigned the name of the currently logged on user */
 
declare function RTI_GetNetworkUserName
network_user_name = RTI_GetNetworkUserName()
  • No labels