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...")
 
Line 7: Line 7:
 
   
 
   
 
==== 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]]

Revision as of 13:42, 26 January 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;