Difference between revisions of "GetUserName"

From MultiCharts
Jump to navigation Jump to search
m
 
Line 1: Line 1:
Returns MultiCharts registration name (UserName) for MultiCharts installation on the PC that the study is being run on.  
+
Returns MultiCharts login (UserName) for MultiCharts installation on the PC that the study is being run on.  
  
 
UserName is used for study protection.  
 
UserName is used for study protection.  

Latest revision as of 17:59, 20 December 2021

Returns MultiCharts login (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;