PassoloApp.User
Returns information of the current SDL Passolo user.
Syntax
Expression.User (Field as Variant) as String
Expression Required. Object of type PassoloApp
Field Variant, optional. Specifies which field to return
psl UserName (Value = 0, default) :Returns the name of the user.
psl UserFullName (Value = 1) :Returns the full name of the user
psl UserComment (Value = 2) :Returns the comment.
Example
MsgBox "Hello " & PSL.User(pslUserName) & "!"