Description

Userinfo is a predefined variable representing all logged in users. This is a system created persistent object available only for the logged in user. Using this variable, the following properties of the user object can be accessed.

Syntax

Username indicates the Full name of the user

userinfo(username)

Userid indicates Login identification of the user

userinfo(userid)

uid indicates unique numeric identification of the user

userinfo(uid)

Back