Difference between revisions of "ACCESS()"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 22: Line 22:
 
<code lang="recital">
 
<code lang="recital">
 
if access() > 100
 
if access() > 100
dialog box "Sorry, access denied."
+
    dialog box "Sorry, access denied."
 
endif
 
endif
 
</code>
 
</code>

Revision as of 11:56, 24 March 2009

Class

Environment


Purpose

Function to return user access group


Syntax

ACCESS()


See Also

CREATE, GETENV(), GETGID(), GETPID(), GETPROT(), GETUID(), MODIFY STRUCTURE, 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


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer