User
This function can set or return the user of the current Client device. The default login screen sets this user. This id will then be used by any process that needs to know the logged-in user.
See also: App.UserName.
Group: Application-Based Extension
Syntax: sUser = App.User()
sUser (String) is the current user of the connected Client device.
Example:
Dim sUser As String
sUser = App.User
App.User = "SAM"
Version Supported: RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.