GETUID()

From Lianjapedia
Revision as of 08:28, 7 December 2012 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

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