USER
Syntax
<User-Expression> := 'USER()'
Since
2.0
Return-type
String
Description
The function USER returns the name of the current user. Using this function is equivalent to access the variable $USER.
Examples
USER()
E.g. returns 'admin' (means the current user is 'admin')
See also
HASROLES, HASUSER
