Difference between revisions of "GetUserID"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a unique identification number (UserID) for the PC that the study is being run on. UserID number is used for study protection. ==== Usage ==== <syntaxhighlight>Ge...")
 
m
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
UserID number is used for study protection.  
 
UserID number is used for study protection.  
 
   
 
   
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>GetUserID</syntaxhighlight>  
 
<syntaxhighlight>GetUserID</syntaxhighlight>  
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>Assign a value, indicating the UserID, to Value1 variable:  
+
Assign a value, indicating the UserID, to Value1 variable:  
  
Value1=GetUserID;</syntaxhighlight>
+
<syntaxhighlight>Value1 = GetUserID;</syntaxhighlight>
 
   
 
   
 
[[Category:Environment Information]]
 
[[Category:Environment Information]]

Latest revision as of 10:19, 9 February 2012

Returns a unique identification number (UserID) for the PC that the study is being run on.

UserID number is used for study protection.

Usage

GetUserID

Example

Assign a value, indicating the UserID, to Value1 variable:

Value1 = GetUserID;