Difference between revisions of "ACCESS()"
From Recital Documentation Wiki
Helengeorge (Talk | contribs) (→Class) |
Helengeorge (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return user access group | Function to return user access group | ||
Line 26: | Line 24: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Environment]] | [[Category:Environment]] | ||
[[Category:Environment Functions]] | [[Category:Environment Functions]] |
Latest revision as of 16:36, 25 November 2009
Purpose
Function to return user access group
Syntax
ACCESS()
See Also
CREATE, GETENV(), GETGID(), GETGRNAM(), GETPID(), GETPROT(), GETUID(), MODIFY STRUCTURE, SETPROT(), STR()
Description
The ACCESS() function returns the group number to which the user has been assigned by the system manager.
Example
if access() > 100 dialog box "Sorry, access denied." endif
Products
Recital Server, Recital