| Home | All functions | Categories |
vuIsAdmin(), Signed
Determines whether the current user belongs to an Administrator account. Useful for checking if the program has sufficient privileges to perform system-level functions.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
1 (True) if the current user is an administrator, 0 (False) otherwise.
IF vuIsAdmin() = 0
MESSAGE('This action can only be performed by an Administrator')
END
| Home | All functions | Categories |