This function returns the code of the current user.
object.CurrentUserCode()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
string
Display the code of the current user.
Dim aUserCode
aUserCode = Profile.CurrentUserCode
Profile.MsgBox("The code of the current user: " & aUserCode)
In Profile Client v8 on User Interface Current User Code can be found in
.