Difference between revisions of "GETGID()"

From Lianjapedia
Jump to: navigation, search
Line 21: Line 21:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Environment Functions]]
 
[[Category:Environment Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Revision as of 07:25, 10 December 2012

Purpose

Function to get group identity

Syntax

GETGID()

See Also

ACCESS(), GETENV(), GETGRNAM(), GETPID(), GETUID(), PUTENV(), STR()

Description

The GETGID() function returns the group number of the user as a decimal value.

Example

if getgid() > 100 and getgid() < 200
//...
endif