Example: lr.vuser_group

The following example retrieves the Vuser group name, validates it, and sends it to the output.

string vusergroup=lr.vuser_group;

if(vusergroup==null)

lr.output_message("Failed to get the Vuser name");

else

lr.output_message("Vuser group = " + lr.vuser_group);