Difference between revisions of "GetUserName"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns MultiCharts registration name (UserName) for MultiCharts installation on the PC that the study is being run on. UserName is used for study protection. ==== Usage ...")
(No difference)

Revision as of 13:15, 31 January 2012

Returns MultiCharts registration name (UserName) for MultiCharts installation on the PC that the study is being run on.

UserName is used for study protection.

Usage

GetUserName

Example

Assign a value, indicating the UserName, to UserName variable:

var: UserName("");
UserName = getUserName;