Usr_PrfRmvFct

SUMMARY

Usr_PrfRmvFct - Remove function from profile

SYNTAX

Usr_PrfRmvFct((<ProfileNo>,<FunktionNo>))

ARGUMENTS

ProfileNo
Number of the User-Profile
FunktionNo
Function-Number to remove

DESCRIPTION

Removes a Funktion-Number from the Profile of a User.
If no parameters are defined the system asks for the Profile-Number and afterwards for the Function-Number.

WARNING
Neither the Profile-Number nor the Function-Number is validated.

Note:
The logged in User must have the "Function number for Access Admin" as defined in the <PROJECT>.cfg file in his Profile.

EXAMPLES

Usr_PrfRmvFct(11,22)

The Function 22 is removed from the User-Profile 11.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times