Difference between revisions of "GETGRNAM()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 24: | Line 24: | ||
@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 33: | Line 33: | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
+ | [[Category:Environment]] | ||
+ | [[Category:Environment Functions]] |
Revision as of 11:48, 9 June 2009
Class
Environment
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 Database Server, Recital Mirage Server, Recital Terminal Developer