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 ...")
 
 
(One intermediate revision by one other user not shown)
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.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>GetUserName</syntaxhighlight>  
 
<syntaxhighlight>GetUserName</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
 
Assign a value, indicating the UserName, to UserName variable:  
 
Assign a value, indicating the UserName, to UserName variable:  
  

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;