You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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