+1 888 340 6572

GetUserID: Difference between revisions

From MultiCharts
mNo edit summary
 
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 ==
Assign a value, indicating the UserID, to Value1 variable:  
Assign a value, indicating the UserID, to Value1 variable:  


<syntaxhighlight>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;