LogiView

Function 'group'

     

This function returns a string with the name of the DataView group which the current user is presently assigned to.

 

Syntax:

  {STR_VAR}= group()
 

I/O parameters:

-  
-  
 

Return value:

 
{STR_VAR} DataView group to which the user is (currently) assigned.
 

Example:

  Declaration of Variables
 
 10  DOCU_STRING_1 = group()	
 20  if ( (DOCU_STRING_1 == "DEMOEP") == TRUE)	
 30    put("User is assigned to group \"DEMOEP\"")	
 40 else	
 50    put("other group")	
 60 endif	
  Result:
 

Functions and commands: Miscellaneous