Difference between revisions of "USER()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) (→Products) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to return the login name of the current user | Function to return the login name of the current user | ||
Line 27: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital, Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Functions]] | [[Category:Functions]] |
Latest revision as of 16:51, 8 December 2009
Purpose
Function to return the login name of the current user
Syntax
USER()
See Also
DISPLAY USERS, GETGID(), GETPID(), GETUID(), ID(), LIST USERS
Description
The USER() function returns the login name of the current user. The login name is assigned by the operating system. This function is synonymous with the ID() function.
Example
?user() william
Products
Recital, Recital Server