Difference between revisions of "GETGRNAM()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to get group name | Function to get group name | ||
Line 24: | Line 20: | ||
@2,3 get name | @2,3 get name | ||
@3,3 get rates; | @3,3 get rates; | ||
− | when getgrnam() = "recital" | + | when getgrnam() = "recital" |
read | read | ||
</code> | </code> | ||
Line 30: | Line 26: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Environment]] | ||
+ | [[Category:Environment Functions]] |
Latest revision as of 16:10, 2 December 2009
Purpose
Function to get group name
Syntax
GETGRNAM()
See Also
ACCESS(), GETENV(), GETGID(), GETPID(), GETUID(), PUTENV()
Description
The GETGRNAM() function returns the group name of the current user.
Example
use accounts @2,3 get name @3,3 get rates; when getgrnam() = "recital" read
Products
Recital Server, Recital