+1 888 340 6572

GetUserName: Difference between revisions

From MultiCharts
(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 ...")
 
mNo edit summary
Line 3: Line 3:
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:  



Revision as of 10:18, 9 February 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;