Difference between revisions of "ACCESS()"

From Lianjapedia
Jump to: navigation, search
Line 20: Line 20:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Environment]]
 
 
[[Category:Environment Functions]]
 
[[Category:Environment Functions]]

Revision as of 08:26, 7 December 2012

Purpose

Function to return user access group

Syntax

ACCESS()

See Also

GETENV(), GETGID(), GETGRNAM(), GETPID(), GETPROT(), GETUID(), SETPROT(), STR()

Description

The ACCESS() function returns the group number to which the user has been assigned by the system manager.

Example

if access() > 100
    dialog box "Sorry, access denied."
endif