|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > DBWArm > GetUserGroup |
Returns the group of the current user
call DBWShell("GetUserGroup")
@USER_GROUP |
group to which the current user belongs to |
This function must be used only together with the DBWARM system.
It is preferable to use the DBWGetUserGroup library function instead of a direct call to the shell.
DBWARM specific commands
DBWGetUserGroup Standard Library
DBWShell( "GetUserGroup" )
if ( okDBW = False ) then exit function
UserGroup = DBWInput( "@USER_GROUP" )