lr.get_group_name
| Informational Functions |
Returns the Vuser's group name.
String lr.get_group_name( );The lr.get_group_name function returns the group name of the current Vuser.
Return Values
Returns the group name of the current Vuser. If no name is available (for example, there are no active Vusers) it returns -1. The return value is a pointer to static data and should only be read, not altered.
Parameterization
Parameterization is not applicable to this function.
Example
In the following example, lr.get_group_name retrieves a group name.
String group = lr.get_group_name( );

