| Previous | Contents | Index |
Returns the current user identification code (UIC) in named format as a character string. The F$USER function has no arguments, but must be followed by parentheses.
F$USER()
None.
$ UIC = F$USER()
$ SHOW SYMBOL UIC
UIC = "[GROUP6,JENNIFER]"
|
In this example, the F$USER function returns the current user identification code and assigns it to the symbol UIC.
| Previous | Next | Contents | Index |