<MEMBER>
Syntax
<MEMBER {group} >
where:
group quoted string or numeric value in the range 1 to 64
Description
<MEMBER> returns 1 (TRUE) if the user is a member of the security group
specified by group, otherwise it returns 0 (FALSE).
See also: <GROUPNAME>.
Example
&EXIT <NOT <MEMBER "admin">>
The script will be exited if the user is not a member of the "admin"
security group.