Difference between revisions of "GETGRNAM()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
 
Line 1: Line 1:
 
 
 
==Purpose==
 
==Purpose==
 
Function to get group name
 
Function to get group name
Line 28: Line 26:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
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: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