Difference between revisions of "GETUID()"

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 user identity

Syntax

GETUID()

See Also

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

Description

The GETUID() function returns the user number as a decimal value.

Example

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