Difference between revisions of "BaseDataNumber"

From MultiCharts
Jump to navigation Jump to search
Line 5: Line 5:
 
   
 
   
 
==== Example ====
 
==== Example ====
<syntaxhighlight>Assign a value, indicating the Data Number of the series that the study is applied to, to Value1
+
Assign a value, indicating the Data Number of the series that the study is applied to, to Value1
 
variable:  
 
variable:  
  
Value1=BaseDataNumber;</syntaxhighlight>  
+
<syntaxhighlight>Value1=BaseDataNumber;</syntaxhighlight>  
  
  
  
 
[[Category:Environment Information]]
 
[[Category:Environment Information]]

Revision as of 13:41, 26 January 2012

Returns a numerical value indicating the Data Number of the series that the study is applied to.

Usage

BaseDataNumber

Example

Assign a value, indicating the Data Number of the series that the study is applied to, to Value1 variable:

Value1=BaseDataNumber;